Searched refs:strtime (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/timers/leapsec/ |
D | leapsec_timer.c | 43 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/ |
D | untgz.c | 109 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()
|