Searched refs:gmtime_r (Results 1 – 10 of 10) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/time/ |
D | gmtime.c | 73 return gmtime_r (tim_p, &_localtime_buf); in gmtime()
|
D | gmtime_r.c | 65 gmtime_r (const time_t *__restrict tim_p, in gmtime_r() function
|
D | lcltime_r.c | 44 res = gmtime_r (tim_p, res); in localtime_r()
|
D | CMakeLists.txt | 44 gmtime_r.c
|
D | meson.build | 44 'gmtime_r.c',
|
/picolibc-3.5.0-3.4.0/test/ |
D | timegm.c | 60 gmtime_r(&tests[i].time, &tests[i].tm); in main()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | time.h | 126 struct tm *gmtime_r (const time_t *__restrict,
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | NEWS | 338 gmtime_r, lgamma_r, localtime_r, rand_r, & strtok_r). 384 * Added reentrant functions (asctime_r, ctime_r, gmtime_r, localtime_r,
|
D | ChangeLog-2015 | 727 * libc/time/gmtime_r.c (gmtime_r): use faster algorithm from 1355 * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates 1429 * libc/time/gmtime_r.c (DAYS_PER_*_YEARS): Convert to long constants 1467 * libc/time/gmtime_r.c (gmtime_r): Remove dead code. 1554 _mktm_r() with call to gmtime_r() and code moved from _mktm_r() which 1556 * libc/time/gmtime_r.c (gmtime_r): Simplify by moving all relevant 2272 * libc/time/gmtime_r.c (gmtime_r): Same. 18534 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r. 18535 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r. 18540 for gmtime_r and lcltime_r. This code has timezone support. [all …]
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 3758 newlib/libc/time/gmtime_r.c
|