Searched refs:__localtime_r (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dlocaltime.c3 struct tm* __localtime_r(const time_t* restrict, struct tm* restrict);
7 return __localtime_r(t, &tm);
H A Dlocaltime_r.c7 struct tm* __localtime_r(const time_t* restrict t, struct tm* restrict tm) { function
25 weak_alias(__localtime_r, localtime_r);

Completed in 27 milliseconds