Home
last modified time | relevance | path

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

/lib/libc/
Dtime.c74 return asctime_r(localtime_r(timep, &tm), buf); in ctime_r()
171 localtime_r(const time_t *timep, struct tm *result) in localtime_r() function
181 return localtime_r(timep, &tm); in localtime()
/include/
Dtime.h27 struct tm *localtime_r(const time_t *timep, struct tm *result);