Searched refs:__tm_gmtoff (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/system/libroot/posix/time/
H A Dlocaltime_fallback.c33 tm->__tm_gmtoff = 0;
46 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone);
49 t -= opp - new.__tm_gmtoff;
51 t -= new.__tm_gmtoff;
54 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone);
56 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error;
78 tm->__tm_gmtoff = 0;
/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl_haiku.h13 #define __tm_gmtoff tm_gmtoff macro
H A Dstrftime.c128 val = __tm_to_secs(tm) - tm->__tm_gmtoff;
181 tm->__tm_gmtoff/3600*100 + tm->__tm_gmtoff%3600/60);

Completed in 48 milliseconds