Lines Matching refs:strtime
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()
195 tst_resm(TINFO, "restoring time to %s", strtime(&start)); in run_leapsec()