Searched defs:tim_p (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/time/ |
D | ctime.c | 54 ctime (const time_t * tim_p) in ctime()
|
D | mktime.c | 92 set_tm_wday (long days, struct tm *tim_p) in set_tm_wday() 99 validate_structure (struct tm *tim_p) in validate_structure() 185 mktime_utc (struct tm *tim_p, long *days_p) in mktime_utc() 231 mktime (struct tm *tim_p) in mktime() 338 timegm (struct tm *tim_p) in timegm()
|
D | gmtime.c | 68 gmtime (const time_t * tim_p) in gmtime()
|
D | lcltime.c | 62 localtime (const time_t * tim_p) in localtime()
|
D | asctime.c | 64 asctime (const struct tm *tim_p) in asctime()
|
D | ctime_r.c | 25 ctime_r (const time_t * tim_p, in ctime_r()
|
D | lcltime_r.c | 35 localtime_r (const time_t *__restrict tim_p, in localtime_r()
|
D | asctime_r.c | 30 asctime_r (const struct tm *__restrict tim_p, in asctime_r()
|
D | gmtime_r.c | 65 gmtime_r (const time_t *__restrict tim_p, in gmtime_r()
|
D | strftime.c | 356 iso_year_adjust (const struct tm *tim_p) in iso_year_adjust() 407 get_era_info (const struct tm *tim_p, const wchar_t *era) in get_era_info() 677 const struct tm *tim_p, struct __locale_t *locale, in __strftime() 1457 const struct tm *__restrict tim_p) in strftime() 1477 const struct tm *__restrict tim_p, struct __locale_t *locale) in strftime_l()
|