| /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_mbrtowc.c | 140 mbstate_t *stp; local 159 stp = use_mbstate ? &st : 0; 169 ATF_REQUIRE(mbsinit(stp) != 0); 172 size_t rv = mbrtowc(&dst, src, n, stp); 223 rv = mbsrtowcs(wbuf, &src, SIZE, stp);
|
| t_wctomb.c | 111 mbstate_t *stp = NULL; local 120 stp = &st; 144 ret = wcrtomb(cs, wcs[i], 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/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/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/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/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...] |