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

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dhumandate.c34 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
53 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
/freebsd-9.3-release/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-9.3-release/usr.bin/time/
H A Dtime.c62 static void humantime(FILE *, long, long);
230 humantime(FILE *out, long sec, long usec) function
275 humantime(out, after->tv_sec, after->tv_usec/10000);
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-9.3-release/contrib/ntp/include/
H A Dntp_stdlib.h145 extern const char * humantime (time_t);

Completed in 175 milliseconds