Home
last modified time | relevance | path

Searched refs:_localtime_buf (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dgmtime.c65 extern NEWLIB_THREAD_LOCAL struct tm _localtime_buf;
70 return gmtime_r (tim_p, &_localtime_buf); in gmtime()
Dlcltime.c59 extern NEWLIB_THREAD_LOCAL struct tm _localtime_buf;
64 return localtime_r (tim_p, &_localtime_buf); in localtime()
Dlcltime_buf.c64 NEWLIB_THREAD_LOCAL struct tm _localtime_buf; variable
/picolibc-latest/newlib/
DChangeLog-201519543 _localtime_buf in the reentrant structure. Add a
19550 _localtime_buf to be struct tm *.
21870 _asctime_buf, _localtime_buf and _gamma_signgam to struct reent
21880 * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from