Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dasctime.c67 static NEWLIB_THREAD_LOCAL char _asctime_buf[_ASCTIME_SIZE]; variable
72 return asctime_r (tim_p, (char * __restrict) &_asctime_buf); in asctime()
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-201521870 _asctime_buf, _localtime_buf and _gamma_signgam to struct reent
21878 * libc/stdlib/asctime.c (asctime): Used variable '_asctime_buf' from