Searched refs:localtime (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/time/ |
D | ctime.c | 56 return asctime (localtime (tim_p)); in ctime()
|
D | lcltime.c | 62 localtime (const time_t * tim_p) in localtime() function
|
D | time.tex | 73 * Function localtime:: Convert time to local representation
|
/picolibc-latest/newlib/libc/include/ |
D | time.h | 236 struct tm *localtime (const time_t *_timer);
|
/picolibc-latest/doc/ |
D | locking.md | 18 * functions using timezones (localtime, et al)
|
/picolibc-latest/newlib/ |
D | NEWS | 152 - restructuring of gmtime/localtime so tz functions only linked by localtime
|
D | ChangeLog-2015 | 19156 * libc/time/lcltime.c (localtime): Call _REENT_CHECK_TM(). Use 19549 * libc/time/lcltime.c (localtime): Cast the reentrant struct 21871 to make rand/srand, strtok, asctime, localtime, w_gamma, 21880 * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from 24326 * libc/time/lcltime.c: Renamed from localtime.c 25221 * libc/time/localtime.c (localtime): Fix problem with leap year 26050 * libc/time/localtime.c: don't return a dangling stack ptr. 26932 localtime.c mktime.c strftime.c time.c}: 27080 libc/time/asctime.c, libc/time/localtime.c, libc/time/mktime.c, 27457 * libc/time/localtime.c (_DAYS_IN_MONTH): actually, not const. [all …]
|