Home
last modified time | relevance | path

Searched refs:tm_gmtoff (Results 1 – 8 of 8) sorted by relevance

/time/
A Dtst-strptime2.c88 long int tm_gmtoff = hh * 3600 + mm * 60; in mkbuf() local
90 expect = neg ? -tm_gmtoff : tm_gmtoff; in mkbuf()
100 describe (bool string_valid, long int tm_gmtoff) in describe() argument
103 printf ("valid, tm.tm_gmtoff %ld", tm_gmtoff); in describe()
125 test_result = test_string_valid ? tm.tm_gmtoff : LONG_MAX; in compare()
A Dbug-mktime4.c15 && t->tm_isdst == u->tm_isdst && t->tm_gmtoff == u->tm_gmtoff in equal_tm()
A Dtzset.c539 tm->tm_gmtoff = tz_rules[isdst].offset; in __tz_compute()
600 tp->tm_gmtoff = 0L; in weak_alias()
603 if (__offtime (timer, tp->tm_gmtoff - leap_correction, tp)) in weak_alias()
A Dgetdate.c194 tp->tm_gmtoff = 0; in __getdate_r()
A Dstrptime_l.c789 tm->tm_gmtoff = 0; in __strptime_internal()
811 tm->tm_gmtoff = (val / 100) * 3600 + (val % 100) * 60; in __strptime_internal()
813 tm->tm_gmtoff = -tm->tm_gmtoff; in __strptime_internal()
A Dtzfile.c750 tp->tm_gmtoff = info->offset; in __tzfile_compute()
A Dstrftime_l.c1359 diff = tp->tm_gmtoff; in libc_hidden_def()
/time/bits/types/
A Dstruct_tm.h20 long int tm_gmtoff; /* Seconds east of UTC. */ member

Completed in 11 milliseconds