Home
last modified time | relevance | path

Searched refs:tz_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dos_win32.c67 os_time_t tz_offset; in os_mktime() local
91 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()
H A Dos_unix.c144 os_time_t tz_offset; in os_mktime() local
168 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()
/freebsd/lib/libc/gen/
H A Dsyslog.c139 long tz_offset; in vsyslog1() local
179 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()
/freebsd/usr.sbin/newsyslog/
H A Dptimes.c506 long tz_offset; in ptimeget_ctime_rfc5424() local
534 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()