Searched refs:humantime (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ntp/libntp/
H A Dhumandate.c39 * humantime() -- like humanlogtime() but without date, and with the
43 humantime( function
H A Dntp_intres.c382 humantime(time_now)));
516 gai_req->dns_idx, humantime(time_now)));
771 humantime(time_now)));
839 gni_req->dns_idx, humantime(time_now)));
1019 humantime(earliest), humantime(scheduled),
1020 humantime(worker_ctx->ignore_scheduled_before)));
1028 humantime(earliest), humantime(scheduled),
1029 humantime(worker_ct
[all...]
/freebsd-current/usr.bin/time/
H A Dtime.c51 static void humantime(FILE *, long, long);
230 humantime(FILE *out, long sec, long centisec) function
275 humantime(out, after->tv_sec, after->tv_nsec/10000000);
277 humantime(out, ru->ru_utime.tv_sec, ru->ru_utime.tv_usec/10000);
279 humantime(out, ru->ru_stime.tv_sec, ru->ru_stime.tv_usec/10000);
/freebsd-current/contrib/ntp/include/
H A Dntp_stdlib.h168 extern const char * humantime (time_t);

Completed in 69 milliseconds