Searched refs:spt (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/bin/pax/ |
| D | pat_rep.c | 1025 char *spt; local 1031 spt = src; 1033 while ((dpt < destend) && ((c = *spt++) != '\0')) { 1036 else if ((c == '\\') && (*spt >= '0') && (*spt <= '9')) 1037 no = *spt++ - '0'; 1039 if ((c == '\\') && ((*spt == '\\') || (*spt == '&'))) 1040 c = *spt++; 1075 char *spt; local 1082 spt = src; 1085 while ((dpt < destend) && ((c = *spt++) != '\0')) { [all …]
|
| D | file_subs.c | 549 char *spt = name; in chk_path() local 556 if (*spt == '/') in chk_path() 557 ++spt; in chk_path() 563 spt = strchr(spt, '/'); in chk_path() 564 if (spt == NULL) in chk_path() 566 *spt = '\0'; in chk_path() 578 *(spt++) = '/'; in chk_path() 587 *spt = '/'; in chk_path() 610 add_dir(name, spt - name, &sb, 1); in chk_path() 612 *(spt++) = '/'; in chk_path()
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| 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() [all …]
|
| /freebsd-10-stable/tools/tools/tinybsd/ |
| D | tinybsd | 53 spt)
|
| /freebsd-10-stable/lib/libstand/ |
| D | dosfs.c | 79 u_char spt[2]; /* sectors per track */ member
|
| /freebsd-10-stable/sys/vm/ |
| D | swap_pager.c | 2376 struct swdevt *sp, *spt; in swapoff_all() local 2386 TAILQ_FOREACH_SAFE(sp, &swtailq, sw_list, spt) { in swapoff_all()
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | s390-opc.txt | 189 b208 spt S_RD "set CPU timer" g5 esa,zarch
|