Searched refs:__tm_gmtoff (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/time/ |
H A D | localtime_fallback.c | 33 tm->__tm_gmtoff = 0; in __gmtime_r_fallback() 46 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in __mktime_fallback() 49 t -= opp - new.__tm_gmtoff; in __mktime_fallback() 51 t -= new.__tm_gmtoff; in __mktime_fallback() 54 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in __mktime_fallback() 56 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in __mktime_fallback() 78 tm->__tm_gmtoff = 0; in __timegm_fallback()
|
/haiku/src/system/libroot/posix/musl/time/ |
H A D | time_impl_haiku.h | 13 #define __tm_gmtoff tm_gmtoff macro
|
H A D | strftime.c | 128 val = __tm_to_secs(tm) - tm->__tm_gmtoff; in __strftime_fmt_1() 181 tm->__tm_gmtoff/3600*100 + tm->__tm_gmtoff%3600/60); in __strftime_fmt_1()
|