Home
last modified time | relevance | path

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

/freebsd-13.1/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.c139 os_time_t tz_offset; in os_mktime() local
163 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()
/freebsd-13.1/lib/libc/gen/
H A Dsyslog.c145 long tz_offset; in vsyslog1() local
185 tz_offset = -tm.tm_gmtoff; in vsyslog1()
188 tz_offset = tm.tm_gmtoff; in vsyslog1()
197 tz_sign, tz_offset / 3600, (tz_offset % 3600) / 60); in vsyslog1()
/freebsd-13.1/usr.sbin/newsyslog/
H A Dptimes.c504 long tz_offset; in ptimeget_ctime_rfc5424() local
532 tz_offset = -tm.tm_gmtoff; in ptimeget_ctime_rfc5424()
535 tz_offset = tm.tm_gmtoff; in ptimeget_ctime_rfc5424()
538 tz_hours = tz_offset / 3600; in ptimeget_ctime_rfc5424()
539 tz_mins = (tz_offset % 3600) / 60; in ptimeget_ctime_rfc5424()