HomeSort by relevance Sort by last modified time
    Searched refs:strtime (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/timers/leapsec/
leapsec_timer.c 43 static const char *strtime(const struct timespec *now);
101 tst_resm(TINFO, "%s adjtimex: %s", strtime(&now), msgs[r]);
104 strtime(&now), r);
107 static const char *strtime(const struct timespec *now) function
128 tst_resm(TINFO, "now is %s", strtime(&now));
132 tst_resm(TINFO, "sleep till %s", strtime(&target));
140 tst_resm(TINFO, "now is %s", strtime(&now));
155 tst_resm(TINFO, "test start at %s", strtime(&now));
163 tst_resm(TINFO, "scheduling leap second %s", strtime(&leap));
169 tst_resm(TINFO, "setting time to %s", strtime(&now))
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 109 char *strtime OF((time_t *));
191 char *strtime (time_t *t) function
461 printf(" %s <dir> %s\n",strtime(&tartime),fname);
477 printf(" %s %9d %s\n",strtime(&tartime),remaining,fname);
523 printf(" %s <---> %s\n",strtime(&tartime),fname);

Completed in 382 milliseconds