Home
last modified time | relevance | path

Searched defs:gmtm (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dgmtime_r.c43 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100() local
63 struct tm *gmtm = gmtime_r(&invalid_time, &res); in gmtime_r_0200() local
Dgmtime.c41 struct tm *gmtm; in gmtime_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dgmtime_sup.c493 struct tm *gmtm; in gmtime_0100() local
536 struct tm *gmtm; in gmtime64_0100() local
Dgmtime_r_sup.c494 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100() local
537 struct tm *gmtm = __gmtime64_r(&gTime, &res); in gmtime64_r_0100() local
/third_party/tzdata/
Dzdump.c809 struct tm tm, gmtm; in show() local
852 struct tm localtm[2], gmtm[2]; in showextrema() local