HomeSort by: relevance | last modified time | path
    Searched defs:stp (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/arch/hppa/stand/common/
pdc.c 301 int i, stp; local
338 stp = IODC_INIT_FIRST;
340 if ((err = (iodc)(io, stp, io->io_spa, layers,
345 stp==IODC_INIT_FIRST?
359 stp = IODC_INIT_NEXT;
  /src/tests/lib/libc/locale/
t_wctomb.c 111 mbstate_t *stp = NULL; local
120 stp = &st;
144 ret = wcrtomb(cs, wcs[i], stp);
t_mbrtowc.c 152 mbstate_t *stp; local
171 stp = use_mbstate ? &st : 0;
181 ATF_REQUIRE(mbsinit(stp) != 0);
184 size_t rv = mbrtowc(&dst, src, n, stp);
235 rv = mbsrtowcs(wbuf, &src, SIZE, stp);
  /src/sys/arch/bebox/stand/boot/
kbd.c 47 #define STP 0x0080 /* stop output */
53 u_char shfts, ctls, alts, caps, num, stp; variable
125 if (act & STP) {
128 stp = !stp;
130 stp = brk ? 0 : 1;
  /src/sys/arch/prep/stand/boot/
kbd.c 47 #define STP 0x0080 /* stop output */
53 u_char shfts, ctls, alts, caps, num, stp; variable
125 if (act & STP) {
128 stp = !stp;
130 stp = brk ? 0 : 1;
  /src/crypto/external/bsd/openssh/dist/
sftp-usergroup.c 159 struct stat *stp; local
161 stp = g->gl_statv[i];
164 if (lstat(g->gl_pathv[i], stp = &st) == -1) {
170 if (ruser_name(stp->st_uid) != NULL)
172 id = (u_int)stp->st_uid;
174 if (rgroup_name(stp->st_gid) != NULL)
176 id = (u_int)stp->st_gid;
  /src/sbin/scan_ffs/
scan_ffs.c 546 struct stat stp; local
548 if (stat(fpath, &stp))
552 end = (uint64_t)stp.st_size;
555 (uint64_t)stp.st_size);
  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 557 #define SF_TOP() ( (BerVarray)( ( stp < 0 ) ? 0 : stack[ stp ] ) )
558 #define SF_POP() ( (BerVarray)( ( stp < 0 ) ? 0 : stack[ stp-- ] ) )
560 if ( stp >= ( STACK_SIZE - 1 ) ) SF_ERROR( overflow ); \
561 stack[ ++stp ] = (BerVarray)(long)(x); \
566 int len, rc, stp; local
574 stp = -1;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_handle.c 55 dt_stmt_t *stp; local
76 stp = dt_list_next(&pgp->dp_stmts);
77 assert(stp != NULL);
79 edp = stp->ds_desc->dtsd_ecbdesc;
dt_program.c 67 dt_stmt_t *stp, *next; local
70 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
71 next = dt_list_next(stp);
72 dtrace_stmt_destroy(dtp, stp->ds_desc);
73 dt_free(dtp, stp);
89 dt_stmt_t *stp; local
106 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp))
283 dt_stmt_t *stp = dt_alloc(dtp, sizeof (dt_stmt_t)); local
298 dt_stmt_t *stp, *next; local
    [all...]
dt_dof.c 630 const dt_stmt_t *stp; local
663 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
664 stp != NULL; stp = dt_list_next(stp), last = edp) {
666 dtrace_stmtdesc_t *sdp = stp->ds_desc;
707 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
708 stp != NULL; stp = dt_list_next(stp), last = edp)
    [all...]
dt_pid.c 791 dt_stmt_t *stp; local
803 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;
804 stp = dt_list_next(stp)) {
806 pdp = &stp->ds_desc->dtsd_ecbdesc->dted_probe;
  /src/lib/libtelnet/
enc_des.c 498 fb64_stream_iv(Block seed, struct stinfo *stp)
501 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block));
502 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
504 des_key_sched(&stp->str_ikey, stp->str_sched);
506 stp->str_index = sizeof(Block);
510 fb64_stream_key(Block *key, struct stinfo *stp)
512 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block));
513 des_key_sched(key, stp->str_sched);
515 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block))
545 register struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; local
568 register struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; local
618 register struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; local
638 register struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; local
    [all...]
  /src/usr.bin/rdist/
server.c 64 char *stp[32]; /* stack of saved tp's for directories */ variable
165 tp = stp[--catname];
806 if (catname >= (int)sizeof(stp)) {
811 stp[catname] = tp;
845 tp = stp[--catname];
  /src/external/bsd/nvi/dist/regex/
engine.c 319 RCHAR_T *stp; /* string matched by it cannot pass here */ local
369 stp = stop;
372 rest = slow(m, sp, stp, ss, es);
379 stp = rest - 1;
380 assert(stp >= sp); /* it did work */
394 stp = stop;
397 rest = slow(m, sp, stp, ss, es);
404 stp = rest - 1;
405 assert(stp >= sp); /* it did work */
430 stp = stop
    [all...]
  /src/lib/libc/regex/
engine.c 443 const char *stp; /* string matched by it cannot pass here */ local
503 stp = stop;
506 rest = walk(m, sp, stp, ss, es, false);
513 stp = rest - 1;
514 assert(stp >= sp); /* it did work */
527 stp = stop;
530 rest = walk(m, sp, stp, ss, es, false);
537 stp = rest - 1;
538 assert(stp >= sp); /* it did work */
563 stp = stop
    [all...]
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1013 myst_t *stp; local
1015 stp = (myst_t *)node;
1016 rv = ipf_rx_delete(head, &stp->dst, &stp->mask);
1117 myst_t *stp = (myst_t *)node; local
1123 addrname(&stp->dst), node[0].maskbitcount);
1124 if (stp->printed == -1)
1125 printf("!!! %d\n", stp->printed);
1127 stp->printed = 1;
1132 printnode(stp)
1286 myst_t *stp; local
1308 myst_t *stp; local
1346 myst_t *stp; local
1387 myst_t *stp; local
    [all...]
  /src/usr.bin/pr/
pr.c 334 int stp; local
440 stp = 1;
442 stp = 0;
478 if (!stp) {
  /src/external/bsd/ipf/dist/
radix_ipf.c 1042 myst_t *stp; local
1044 stp = (myst_t *)node;
1045 rv = ipf_rx_delete(head, &stp->dst, &stp->mask);
1146 myst_t *stp = (myst_t *)node; local
1152 addrname(&stp->dst), node[0].maskbitcount);
1153 if (stp->printed == -1)
1154 printf("!!! %d\n", stp->printed);
1156 stp->printed = 1;
1161 printnode(stp)
1315 myst_t *stp; local
1337 myst_t *stp; local
1375 myst_t *stp; local
1416 myst_t *stp; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
funcargs.c 66 struct stag *stp = &st; variable in typeref:struct:stag
267 void call4a (struct stag *stp)
268 {stp = 0;}
567 call4a (stp);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
funcargs.c 66 struct stag *stp = &st; variable in typeref:struct:stag
267 void call4a (struct stag *stp)
268 {stp = 0;}
567 call4a (stp);
  /src/usr.bin/mail/
mime_decode.c 927 const struct mime_subtype_s *stp; local
961 for (stp = mtp->mt_subtype; stp->st_name; stp++) {
962 if (strcasecmp(stp->st_name, mi_subtype) == 0)
963 return stp->st_dispmode;
965 return stp->st_dispmode;
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 646 struct nfsstate st, *stp = &st; local
675 stp->ls_flags = (NFSLCK_CHECK | NFSLCK_READACCESS);
677 stp->ls_ownerlen = 0;
678 stp->ls_op = NULL;
679 stp->ls_uid = nd->nd_cred->cr_uid;
680 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
681 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
682 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
694 stp->ls_stateid.other[2] = *tl++;
727 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid
808 struct nfsstate st, *stp = &st; local
2185 struct nfsstate *stp = NULL; local
2369 struct nfsstate *stp = NULL; local
2483 struct nfsstate *stp; local
2582 struct nfsstate *stp = NULL; local
3026 struct nfsstate st, *stp = &st; local
3165 struct nfsstate st, *stp = &st; local
3218 struct nfsstate st, *stp = &st; local
3663 struct nfsstate *stp = NULL; local
    [all...]
nfs_nfsdstate.c 97 static void nfsrv_freeopenowner(struct nfsstate *stp, int cansleep,
99 static int nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep,
101 static void nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep,
103 static void nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp,
117 struct nfslock *insert_lop, struct nfsstate *stp, struct nfslockfile *lfp);
118 static void nfsrv_updatelock(struct nfsstate *stp, struct nfslock **new_lopp,
136 static int nfsrv_delegconflict(struct nfsstate *stp, int *haslockp,
143 static void nfsrv_delaydelegtimeout(struct nfsstate *stp);
145 struct nfsstate *stp, struct nfsrvcache *op);
146 static int nfsrv_nootherstate(struct nfsstate *stp);
178 struct nfsstate *stp, *tstp; local
488 struct nfsstate *stp; local
866 struct nfsstate *stp, *openstp, *lckownstp; local
922 struct nfsstate *stp; local
1067 struct nfsstate *stp, *nstp; local
1191 struct nfsstate *stp, *nstp; local
1242 struct nfsstate *stp, *nstp; local
1464 struct nfsstate *stp; local
1497 struct nfsstate *stp; local
1534 struct nfsstate *stp, *lckstp = NULL; local
2247 struct nfsstate *stp, *nstp; local
2500 struct nfsstate *stp, *nstp; local
3234 struct nfsstate *stp, *ownerstp; local
3391 struct nfsstate *stp; local
3473 struct nfsstate *stp, *nstp, *openstp, *ownstp; local
4333 struct nfsstate *stp; local
4994 struct nfsstate *stp; local
5081 struct nfsstate *stp, *nstp; local
5211 struct nfsstate st, *stp = &st; local
5258 struct nfsstate *stp; local
5362 struct nfsstate *stp, *nstp; local
5975 struct nfsstate *stp; local
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
ure.c 1279 ucs2_t i, *stp; local
1292 for (i = 0, stp = sp->states.slist;
1293 i < sp->states.slist_used && state > *stp; i++, stp++) ;
1295 if (i == sp->states.slist_used || state < *stp) {
1961 _ure_dstate_t *stp; local
1981 stp = dfa->states;
2010 for (i = 0, matched = 0; matched == 0 && i < stp->ntrans; i++) {
2011 sym = dfa->syms + stp->trans[i].symbol;
2064 stp = dfa->states + stp->trans[i].next_state
    [all...]

Completed in 87 milliseconds

1 2