Searched refs:tm_gmtoff (Results 1 – 8 of 8) sorted by relevance
88 long int tm_gmtoff = hh * 3600 + mm * 60; in mkbuf() local90 expect = neg ? -tm_gmtoff : tm_gmtoff; in mkbuf()100 describe (bool string_valid, long int tm_gmtoff) in describe() argument103 printf ("valid, tm.tm_gmtoff %ld", tm_gmtoff); in describe()125 test_result = test_string_valid ? tm.tm_gmtoff : LONG_MAX; in compare()
15 && t->tm_isdst == u->tm_isdst && t->tm_gmtoff == u->tm_gmtoff in equal_tm()
539 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()
194 tp->tm_gmtoff = 0; in __getdate_r()
789 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()
750 tp->tm_gmtoff = info->offset; in __tzfile_compute()
1359 diff = tp->tm_gmtoff; in libc_hidden_def()
20 long int tm_gmtoff; /* Seconds east of UTC. */ member
Completed in 11 milliseconds