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

/freebsd-11-stable/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-11-stable/usr.bin/time/
H A Dtime.c62 static void humantime(FILE *, long, long);
238 humantime(FILE *out, long sec, long usec) function
283 humantime(out, after->tv_sec, after->tv_usec/10000);
285 humantime(out, ru->ru_utime.tv_sec, ru->ru_utime.tv_usec/10000);
287 humantime(out, ru->ru_stime.tv_sec, ru->ru_stime.tv_usec/10000);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_stdlib.h154 extern const char * humantime (time_t);

Completed in 127 milliseconds