Searched refs:__tm_zone (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/time/ |
H A D | localtime_fallback.c | 34 tm->__tm_zone = __utc; in __gmtime_r_fallback() 46 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in __mktime_fallback() 54 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in __mktime_fallback() 79 tm->__tm_zone = __utc; in __timegm_fallback()
|
/haiku/src/system/libroot/posix/musl/time/ |
H A D | time_impl_haiku.h | 14 #define __tm_zone tm_zone macro
|