Home
last modified time | relevance | path

Searched refs:gYearBase (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dlocaltime.c22 static int16_t gYearBase = 1900; variable
48 (localtm->tm_year+gYearBase), localtm->tm_mon, localtm->tm_mday, localtm->tm_hour, in localtime_0100()
77 (localtm->tm_year+gYearBase), localtm->tm_mon, localtm->tm_mday, localtm->tm_hour, in localtime64_0100()
Dlocaltime_r.c22 static int16_t gYearBase = 1900; variable
49 (localtm->tm_year+gYearBase), localtm->tm_mon, localtm->tm_mday, localtm->tm_hour, in localtime_r_0100()
79 (localtm->tm_year+gYearBase), localtm->tm_mon, localtm->tm_mday, localtm->tm_hour, in localtime64_r_0100()
Dstrptime_ext.c24 static int16_t gYearBase = 1900; variable
94 (tmTime.tm_year+gYearBase), tmTime.tm_mon, tmTime.tm_mday, tmTime.tm_hour, in strptime_0200()
115 (tmTime.tm_year+gYearBase), tmTime.tm_mon + 1, tmTime.tm_mday); in strptime_0300()
227 (tmTime.tm_year+gYearBase), tmTime.tm_mon, tmTime.tm_mday); in strptime_0900()
Dgmtime.c22 static int16_t gYearBase = 1900; variable
45 (gmtm->tm_year+gYearBase), gmtm->tm_mon, gmtm->tm_mday, gmtm->tm_hour, in gmtime_0100()
Dgmtime_r.c22 static int16_t gYearBase = 1900; variable
45 (gmtm->tm_year+gYearBase), gmtm->tm_mon, gmtm->tm_mday, gmtm->tm_hour, in gmtime_r_0100()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dgmtime_r_sup.c468 static int16_t gYearBase = 1900; variable
498 (gmtm->tm_year + gYearBase), in gmtime_r_0100()
541 (gmtm->tm_year + gYearBase), in gmtime64_r_0100()
Dgmtime_sup.c468 static int16_t gYearBase = 1900; variable
498 (gmtm->tm_year + gYearBase), in gmtime_0100()
541 (gmtm->tm_year + gYearBase), in gmtime64_0100()