Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/src/utils/
HDos_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()
HDos_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-14-stable/lib/libc/gen/
HDsyslog.c141 long tz_offset; in vsyslog1() local
181 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()
/freebsd-14-stable/usr.sbin/newsyslog/
HDptimes.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()