Home
last modified time | relevance | path

Searched refs:asctime_r (Results 1 – 2 of 2) sorted by relevance

/lib/libc/
Dtime.c50 asctime_r(const struct tm *tm, char *buf) in asctime_r() function
67 return asctime_r(tm, buf); in asctime()
74 return asctime_r(localtime_r(timep, &tm), buf); in ctime_r()
/include/
Dtime.h20 char *asctime_r(const struct tm *tm, char *buf);