Searched refs:humantime (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/time/ |
H A D | time.c | 51 static void humantime(FILE *, long, long); 230 humantime(FILE *out, long sec, long centisec) in humantime() function 275 humantime(out, after->tv_sec, after->tv_nsec/10000000); in showtime() 277 humantime(out, ru->ru_utime.tv_sec, ru->ru_utime.tv_usec/10000); in showtime() 279 humantime(out, ru->ru_stime.tv_sec, ru->ru_stime.tv_usec/10000); in showtime()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_intres.c | 376 humantime(time_now))); in blocking_getaddrinfo() 510 gai_req->dns_idx, humantime(time_now))); in getaddrinfo_sometime_complete() 765 humantime(time_now))); in blocking_getnameinfo() 833 gni_req->dns_idx, humantime(time_now))); in getnameinfo_sometime_complete() 1013 humantime(earliest), humantime(scheduled), in scheduled_sleep() 1014 humantime(worker_ctx->ignore_scheduled_before))); in scheduled_sleep() 1022 humantime(earliest), humantime(scheduled), in scheduled_sleep() 1023 humantime(worker_ct in scheduled_sleep() [all...] |
H A D | humandate.c | 38 * humantime() -- like humanlogtime() but without date, and with the 42 humantime( 43 humantime( humantime() function
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_stdlib.h | 170 extern const char * humantime (time_t);
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |