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

/freebsd-13-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-13-stable/usr.bin/time/
H A Dtime.c65 static void humantime(FILE *, long, long);
244 humantime(FILE *out, long sec, long centisec) function
289 humantime(out, after->tv_sec, after->tv_nsec/10000000);
291 humantime(out, ru->ru_utime.tv_sec, ru->ru_utime.tv_usec/10000);
293 humantime(out, ru->ru_stime.tv_sec, ru->ru_stime.tv_usec/10000);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_stdlib.h154 extern const char * humantime (time_t);

Completed in 67 milliseconds