Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dtime.h70 struct tm struct
72 int tm_sec; argument
73 int tm_min; argument
74 int tm_hour; argument
75 int tm_mday; argument
76 int tm_mon; argument
77 int tm_year; argument
78 int tm_wday; argument
79 int tm_yday; argument
80 int tm_isdst; argument
[all …]
/picolibc-latest/newlib/libc/time/
Dctime_r.c28 struct tm tm; in ctime_r() local
/picolibc-latest/test/
Dtimegm.c44 struct tm tm; member
/picolibc-latest/newlib/testsuite/newlib.time/
Dasctime.c43 struct tm tm; member