Searched refs:asctime (Results 1 – 8 of 8) sorted by relevance
125 asctime(register const struct tm *timeptr) in asctime() function
1720 return tmp ? asctime(tmp) : NULL; in ctime()
65 char* asctime(const struct tm* __tm);
76 FUNCTION(asctime, char* (*f)(const struct tm*)); in time_h()
922 TEST(time, asctime) { in TEST() argument924 ASSERT_STREQ("Sun Jan 0 00:00:00 1900\n", asctime(&tm)); in TEST()
31 asctime
235 asctime;