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

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_win32.c67 os_time_t tz_offset; local
91 tz_offset = t2 - t1;
93 tz_offset = 0;
95 tz_offset = 0;
97 *t = (os_time_t) t_local - tz_offset;
H A Dos_unix.c133 os_time_t tz_offset; local
157 tz_offset = t2 - t1;
159 tz_offset = 0;
161 tz_offset = 0;
163 *t = (os_time_t) t_local - tz_offset;
/freebsd-12-stable/lib/libc/gen/
H A Dsyslog.c139 long tz_offset; local
179 tz_offset = -tm.tm_gmtoff;
182 tz_offset = tm.tm_gmtoff;
191 tz_sign, tz_offset / 3600, (tz_offset % 3600) / 60);
/freebsd-12-stable/usr.sbin/newsyslog/
H A Dptimes.c504 long tz_offset; local
532 tz_offset = -tm.tm_gmtoff;
535 tz_offset = tm.tm_gmtoff;
538 tz_hours = tz_offset / 3600;
539 tz_mins = (tz_offset % 3600) / 60;

Completed in 160 milliseconds