Searched refs:__asctime_r (Results 1 – 6 of 6) sorted by relevance
75 __asctime_r (const struct tm *tp, char *buf) in __asctime_r() function79 weak_alias (__asctime_r, asctime_r) in weak_alias() argument
27 return __asctime_r (__localtime64_r (t, &tm), buf); in __ctime64_r()
275 extern char *__asctime_r (const struct tm *__tp, char *__buf)
2498 * time/ctime.c: Use __localtime_r and __asctime_r instead of
7779 * time/asctime.c (__asctime_r): Check for tm_year computation to
32927 (__asctime_r): Likewise.