HomeSort by relevance Sort by last modified time
    Searched defs:sc (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
strcasestr.c 35 register char c, sc; local
42 if ((sc = *s++) == 0)
44 } while (sc != c);
strsep.c 47 register int c, sc; local
56 if ((sc = *spanp++) == c) {
64 } while (sc != 0);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/
strtok.c 59 register int c, sc; local
73 for (spanp = delim; (sc = *spanp++) != 0;) {
74 if (c == sc)
95 if ((sc = *spanp++) == c) {
103 } while (sc != 0);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
strsep.c 70 register int c, sc; local
79 if ((sc = *spanp++) == c) {
87 } while (sc != 0);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
strpbrk.c 58 int c, sc; local
61 for (scanp = s2; (sc = *scanp++) != 0;)
62 if (sc == c)
strsep.c 64 int c, sc; local
73 if ((sc = *spanp++) == c) {
81 } while (sc != 0);
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/clib/
strsep.c 80 register int c, sc; local
89 if ((sc = *spanp++) == c) {
97 } while (sc != 0);
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
setoption.c 373 int sc; local
387 sc = sasl_setprop(ctx, SASL_SSF_EXTERNAL,
389 if (sc != SASL_OK) {
396 int sc; local
397 sc = nsldapi_sasl_secprops((char *)optdata,
399 return (sc == LDAP_SUCCESS ? 0 : -1);
getoption.c 290 int sc; local
301 sc = sasl_getprop( ctx, SASL_SSF, (const void **) &ssf );
302 if ( sc != SASL_OK ) {
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
config.c 60 scf_scope_t *sc = NULL; local
75 sc = scf_scope_create(handle);
83 if (handle == NULL || sc == NULL || svc == NULL || pg == NULL ||
97 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) == -1) {
103 if (scf_scope_get_service(sc, ISNS_SERVER_SVC_NAME, svc) == -1) {
276 if (sc != NULL) {
277 scf_scope_destroy(sc);
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_kstat.c 46 drm_device_t *sc; local
53 sc = ksp->ks_private;
57 (knp++)->value.ui32 = sc->counts[tmp];
64 drm_init_kstats(drm_device_t *sc)
72 instance = ddi_get_instance(sc->dip);
80 ksp->ks_private = sc;
87 sc->asoft_ksp = ksp;
93 drm_fini_kstats(drm_device_t *sc)
95 if (sc->asoft_ksp)
96 kstat_delete(sc->asoft_ksp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/agpgart/
agp_kstat.c 56 agpgart_softstate_t *sc; local
63 sc = ksp->ks_private;
66 agp_set_char_kstat(knp++, arc_name[sc->asoft_devreg.agprd_arctype]);
67 (knp++)->value.ui32 = sc->asoft_info.agpki_mdevid;
68 (knp++)->value.ui32 = (sc->asoft_info.agpki_mver.agpv_major<<16) |
69 sc->asoft_info.agpki_mver.agpv_minor;
70 (knp++)->value.ui32 = sc->asoft_info.agpki_mstatus;
71 (knp++)->value.ui64 = (sc->asoft_info.agpki_presize << 10) & UI32_MASK;
72 (knp++)->value.ui32 = sc->asoft_info.agpki_tdevid;
73 (knp++)->value.ui32 = (sc->asoft_info.agpki_tver.agpv_major<<16)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefslog/
cachefslog.c 174 stats_cookie_t *sc; local
178 sc = stats_create_unbound(prog);
179 if (sc == NULL) {
185 while ((k = stats_next(sc)) != NULL) {
206 stats_destroy(sc);
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefswssize/
cachefswssize.c 60 stats_cookie_t *sc = NULL; local
78 if ((sc = stats_create_unbound(progname)) == NULL) {
104 if (stats_log_logfile_open(sc, path) != 0) {
105 pr_err(stats_errorstr(sc));
109 lh = stats_log_getheader(sc);
116 while (record = stats_log_logfile_read(sc, NULL)) {
117 ar = stats_log_record_toascii(sc, record);
123 if (stats_inerror(sc))
124 pr_err(stats_errorstr(sc));
128 stats_dbm_open(sc);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_tty.c 211 static unsigned char sc[2]; local
215 sc[0] = tty.c_cc[VSUSP];
216 sc[1] = 0;
217 if (sc[0] == CTRL('z')) {
220 addmac(sc, NULL, NULL, arrows);
221 } else if(sc[0])
222 addmac(sc, "\32", "susp", arrows);
  /onnv/onnv-gate/usr/src/lib/libc/i386/fp/
_X_cplx_div_ix.c 100 long double c, d, sc, sd, r; local
158 sc = c * scl[ew + 4].e;
160 r = sc * sc + sd * sd;
175 sc = scl[3].e; /* 2^4080 */
178 sc = scl[5].e; /* 2^-4080 */
181 c *= sc;
_X_cplx_div_rx.c 100 long double c, d, sc, sd, r; local
158 sc = c * scl[ew + 4].e;
160 r = sc * sc + sd * sd;
175 sc = scl[3].e; /* 2^4080 */
178 sc = scl[5].e; /* 2^-4080 */
181 c *= sc;
  /onnv/onnv-gate/usr/src/lib/libc/sparc/fp/
_D_cplx_div_ix.c 102 double c, d, sc, sd, r; local
175 sc = c * scl[hw + 4].d;
177 r = sc * sc + sd * sd;
192 sc = scl[3].d; /* 2^250 */
195 sc = scl[5].d; /* 2^-250 */
198 c *= sc;
_D_cplx_div_rx.c 102 double c, d, sc, sd, r; local
175 sc = c * scl[hw + 4].d;
177 r = sc * sc + sd * sd;
192 sc = scl[3].d; /* 2^250 */
195 sc = scl[5].d; /* 2^-250 */
198 c *= sc;
_Q_cplx_div_ix.c 94 long double b, c, d, sc, sd, r; local
155 sc = c;
157 _Q_scl(&sc, -hw);
159 r = sc * sc + sd * sd;
_Q_cplx_div_rx.c 94 long double a, c, d, sc, sd, r; local
155 sc = c;
157 _Q_scl(&sc, -hw);
159 r = sc * sc + sd * sd;
  /onnv/onnv-gate/usr/src/lib/libtsnet/common/
tsol_sgettpent.c 99 int sc, err; local
106 for (sc = 0; tokp != NULL && sc < NSLS_MAX; sc++) {
107 if (stobsl(tokp, &labels[sc], NO_CORRECTION, &err) == 0)
111 if (tokp != NULL && sc >= NSLS_MAX)
  /onnv/onnv-gate/usr/src/cmd/csh/i386/
signal.c 69 struct sigcontext sc; local
75 sc.sc_onstack = ((ucp->uc_stack.ss_flags & SS_ONSTACK) != 0);
76 sc.sc_mask = set2mask(&ucp->uc_sigmask);
81 sc.sc_sp = (int) ucp->uc_mcontext.gregs[UESP];
82 sc.sc_pc = (int) ucp->uc_mcontext.gregs[EIP];
83 sc.sc_ps = (int) ucp->uc_mcontext.gregs[EFL];
84 sc.sc_eax = (int) ucp->uc_mcontext.gregs[EAX];
85 sc.sc_edx = (int) ucp->uc_mcontext.gregs[EDX];
101 (*_siguhandler[sig])(sig, code, &sc, addr);
103 if (sc.sc_onstack
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/sparc/
signal.c 69 struct sigcontext sc; local
75 sc.sc_onstack = ((ucp->uc_stack.ss_flags & SS_ONSTACK) != 0);
76 sc.sc_mask = set2mask(&ucp->uc_sigmask);
81 sc.sc_sp = ucp->uc_mcontext.gregs[REG_O6];
82 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC];
83 sc.sc_npc = ucp->uc_mcontext.gregs[REG_nPC];
84 sc.sc_psr = ucp->uc_mcontext.gregs[REG_PSR];
85 sc.sc_g1 = ucp->uc_mcontext.gregs[REG_G1];
86 sc.sc_o0 = ucp->uc_mcontext.gregs[REG_O0];
89 sc.sc_wbcnt = ucp->uc_mcontext.gwins->wbcnt
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/schemes/mem/
mem_read.c 85 seeprom_container_t *sc; local
92 sc = (seeprom_container_t *)(buf + SEEPROM_OFFSET_RO);
94 /* Validate sc size then dereference it */
97 sc->seec_contsz)
100 if (sc->seec_tag == 0 || sc->seec_contsz == 0 ||
101 sc->seec_nsegs == 0)
104 for (sidx = 0; sidx < sc->seec_nsegs; sidx++) {
106 segp = ((seeprom_seg_t *)(sc + 1)) + sidx;

Completed in 1570 milliseconds

1 2 3 4 5