Searched refs:TZ_USE_ENV (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/src/time/ |
H A D | mktime.c | 10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone, TZ_USE_ENV); in mktime() 18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone, TZ_USE_ENV); in mktime()
|
H A D | time_impl.h | 8 #define TZ_USE_ENV 1 macro
|
H A D | localtime_r.c | 13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone, TZ_USE_ENV); in __localtime_r()
|
H A D | __tz.c | 528 do_tzset(TZ_USE_ENV); in __secs_to_zone() 585 do_tzset(TZ_USE_ENV); in __tzset() 595 do_tzset(TZ_USE_ENV); in __tm_to_tzname()
|
Completed in 2 milliseconds