Home
last modified time | relevance | path

Searched refs:__asctime_r (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/time/
Dasctime.c75 __asctime_r (const struct tm *tp, char *buf) in __asctime_r() function
79 weak_alias (__asctime_r, asctime_r) in weak_alias() argument
Dctime_r.c27 return __asctime_r (__localtime64_r (t, &tm), buf); in __ctime64_r()
/glibc-2.36/include/
Dtime.h275 extern char *__asctime_r (const struct tm *__tp, char *__buf)
/glibc-2.36/ChangeLog.old/
DChangeLog.62498 * time/ctime.c: Use __localtime_r and __asctime_r instead of
DChangeLog.167779 * time/asctime.c (__asctime_r): Check for tm_year computation to
DChangeLog.1932927 (__asctime_r): Likewise.