Searched refs:spt (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/pax/ |
H A D | file_subs.c | 543 char *spt = name; in chk_path() local 550 if (*spt == '/') in chk_path() 551 ++spt; in chk_path() 557 spt = strchr(spt, '/'); in chk_path() 563 if ((spt == NULL) || (*(spt + 1) == '\0')) in chk_path() 565 *spt = '\0'; in chk_path() 577 *(spt++) = '/'; in chk_path() 586 *spt = '/'; in chk_path() 609 add_dir(name, spt - name, &sb, 1); in chk_path() 611 *(spt++) = '/'; in chk_path()
|
H A D | pat_rep.c | 980 char *spt; in resub() local 987 spt = src; in resub() 990 while ((dpt < destend) && ((c = *spt++) != '\0')) { in resub() 997 } else if ((c == '\\') && (*spt >= '0') && (*spt <= '9')) { in resub() 1001 if ((len = *spt++ - '0') > subexcnt) in resub() 1008 if ((c == '\\') && ((*spt == '\\') || (*spt == '&'))) in resub() 1009 c = *spt++; in resub()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 439 static void ripencc_send (struct peer *, TSIPPKT spt); 472 TSIPPKT spt; in ripencc_start() local 536 cmd_0x1F(&spt); in ripencc_start() 537 ripencc_send(peer, spt); in ripencc_start() 540 cmd_0x26(&spt); in ripencc_start() 541 ripencc_send(peer, spt); in ripencc_start() 544 cmd_0x8E42q(&spt); in ripencc_start() 545 ripencc_send(peer, spt); in ripencc_start() 548 cmd_0x8E41q(&spt); in ripencc_start() 549 ripencc_send(peer, spt); in ripencc_start() 794 TSIPPKT spt; ripencc_poll() local 821 ripencc_send(struct peer * peer,TSIPPKT spt) ripencc_send() argument 893 TSIPPKT spt; /* send packet */ ripencc_receive() local 1526 TSIPPKT spt; /* local structure for send packet */ parse0x8FAD() local 1668 TSIPPKT spt; /* local structure for sendpacket */ parse0x8F0B() local [all...] |
/freebsd/stand/libsa/ |
H A D | dosfs.c | 91 u_char spt[2]; /* sectors per track */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 337 def SPT : SideEffectUnaryS<"spt", 0xB208, null_frag, 8>;
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 2925 struct swdevt *sp, *spt; in swapoff_all() local 2932 TAILQ_FOREACH_SAFE(sp, &swtailq, sw_list, spt) { in swapoff_all()
|