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

/freebsd-13-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-13-stable/lib/libc/gen/
H A Dsyslog.c145 long tz_offset; local
185 tz_offset = -tm.tm_gmtoff;
188 tz_offset = tm.tm_gmtoff;
197 tz_sign, tz_offset / 3600, (tz_offset % 3600) / 60);
/freebsd-13-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 124 milliseconds