Searched refs:__localtime_r (Results 1 – 6 of 6) sorted by relevance
5 struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm) in __localtime_r() function21 weak_alias(__localtime_r, localtime_r);
6 return __localtime_r(t, &tm); in localtime()
11 hidden struct tm *__localtime_r(const time_t *restrict, struct tm *restrict);