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()
144 os_time_t tz_offset; in os_mktime() local168 tz_offset = t2 - t1; in os_mktime()170 tz_offset = 0; in os_mktime()172 tz_offset = 0; in os_mktime()174 *t = (os_time_t) t_local - tz_offset; in os_mktime()
139 long tz_offset; in vsyslog1() local179 tz_offset = -tm.tm_gmtoff; in vsyslog1()182 tz_offset = tm.tm_gmtoff; in vsyslog1()191 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()