Searched refs:tz_offset (Results 1 – 4 of 4) sorted by relevance
67 os_time_t tz_offset; in os_mktime() local91 tz_offset = t2 - t1; in os_mktime()93 tz_offset = 0; in os_mktime()95 tz_offset = 0; in os_mktime()97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
139 os_time_t tz_offset; in os_mktime() local163 tz_offset = t2 - t1; in os_mktime()165 tz_offset = 0; in os_mktime()167 tz_offset = 0; in os_mktime()169 *t = (os_time_t) t_local - tz_offset; in os_mktime()
141 long tz_offset; in vsyslog1() local181 tz_offset = -tm.tm_gmtoff; in vsyslog1()184 tz_offset = tm.tm_gmtoff; in vsyslog1()193 tz_sign, tz_offset / 3600, (tz_offset % 3600) / 60); in vsyslog1()
506 long tz_offset; in ptimeget_ctime_rfc5424() local534 tz_offset = -tm.tm_gmtoff; in ptimeget_ctime_rfc5424()537 tz_offset = tm.tm_gmtoff; in ptimeget_ctime_rfc5424()540 tz_hours = tz_offset / 3600; in ptimeget_ctime_rfc5424()541 tz_mins = (tz_offset % 3600) / 60; in ptimeget_ctime_rfc5424()