/src/lib/libwrap/ |
rfc931.c | 45 static jmp_buf timebuf; variable in typeref:typename:jmp_buf 75 longjmp(timebuf, sig); 147 if (setjmp(timebuf) == 0) {
|
/src/games/warp/ |
util.c | 24 struct timespec timebuf; variable in typeref:struct:timespec
|
/src/usr.bin/finger/ |
lprint.c | 177 char timebuf[128], ttybuf[64], hostbuf[512]; local in function:lprint 206 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s, %s", 208 oddfield = demi_print(timebuf, oddfield); 211 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s", 213 oddfield = demi_print(timebuf, oddfield); 216 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s", 218 oddfield = demi_print(timebuf, oddfield) [all...] |
/src/usr.bin/ftp/ |
util.c | 712 struct tm timebuf; local in function:remotemodtime 745 memset(&timebuf, 0, sizeof(timebuf)); 747 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) { 752 timebuf.tm_isdst = -1; 753 rtime = timegm(&timebuf);
|