Searched refs:asctime_r (Results 1 – 2 of 2) sorted by relevance
50 asctime_r(const struct tm *tm, char *buf) in asctime_r() function67 return asctime_r(tm, buf); in asctime()74 return asctime_r(localtime_r(timep, &tm), buf); in ctime_r()
20 char *asctime_r(const struct tm *tm, char *buf);