Searched refs:_localtime_buf (Results 1 – 4 of 4) sorted by relevance
65 extern NEWLIB_THREAD_LOCAL struct tm _localtime_buf;70 return gmtime_r (tim_p, &_localtime_buf); in gmtime()
59 extern NEWLIB_THREAD_LOCAL struct tm _localtime_buf;64 return localtime_r (tim_p, &_localtime_buf); in localtime()
64 NEWLIB_THREAD_LOCAL struct tm _localtime_buf; variable
19543 _localtime_buf in the reentrant structure. Add a19550 _localtime_buf to be struct tm *.21870 _asctime_buf, _localtime_buf and _gamma_signgam to struct reent21880 * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from