Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/timers/leapsec/
Dleapsec_timer.c43 static const char *strtime(const struct timespec *now);
101 tst_resm(TINFO, "%s adjtimex: %s", strtime(&now), msgs[r]); in adjtimex_status()
104 strtime(&now), r); in adjtimex_status()
107 static const char *strtime(const struct timespec *now) in strtime() function
128 tst_resm(TINFO, "now is %s", strtime(&now)); in test_hrtimer_early_expiration()
132 tst_resm(TINFO, "sleep till %s", strtime(&target)); in test_hrtimer_early_expiration()
140 tst_resm(TINFO, "now is %s", strtime(&now)); in test_hrtimer_early_expiration()
155 tst_resm(TINFO, "test start at %s", strtime(&now)); in run_leapsec()
163 tst_resm(TINFO, "scheduling leap second %s", strtime(&leap)); in run_leapsec()
169 tst_resm(TINFO, "setting time to %s", strtime(&now)); in run_leapsec()
[all …]
/external/zlib/src/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()