Home
last modified time | relevance | path

Searched refs:strtime (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/clock_gettime/
Dleapsec01.c37 static const char *strtime(const struct timespec *now) in strtime() function
88 tst_res(TINFO, "%s adjtimex: %s", strtime(&now), msgs[ret]); in adjtimex_status()
91 strtime(&now), ret); in adjtimex_status()
100 tst_res(TINFO, "now is %s", strtime(&now)); in test_hrtimer_early_expiration()
104 tst_res(TINFO, "sleep until %s", strtime(&target)); in test_hrtimer_early_expiration()
112 tst_res(TINFO, "now is %s", strtime(&now)); in test_hrtimer_early_expiration()
130 tst_res(TINFO, "test start at %s", strtime(&now)); in run_leapsec()
138 tst_res(TINFO, "scheduling leap second %s", strtime(&leap)); in run_leapsec()
144 tst_res(TINFO, "setting time to %s", strtime(&now)); in run_leapsec()
170 tst_res(TINFO, "restoring time to %s", strtime(&start)); in run_leapsec()
/external/rust/crates/libz-sys/src/zlib/contrib/untgz/
Duntgz.c109 char *strtime OF((time_t *));
191 char *strtime (time_t *t) in strtime() function
461 printf(" %s <dir> %s\n",strtime(&tartime),fname); in tar()
477 printf(" %s %9d %s\n",strtime(&tartime),remaining,fname); in tar()
523 printf(" %s <---> %s\n",strtime(&tartime),fname); in tar()