Searched refs:tz_dsttime (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/libcompat/4.1/
H A Dftime.c50 tbp->dstflag = tz.tz_dsttime;
/freebsd-11-stable/sys/sys/
H A Dclock.h56 extern int tz_dsttime;
H A Dtime.h42 int tz_dsttime; /* type of dst correction */ member in struct:timezone
/freebsd-11-stable/bin/date/
H A Ddate.c94 tz.tz_dsttime = tz.tz_minuteswest = 0;
101 tz.tz_dsttime = strtol(optarg, &endptr, 10) ? 1 : 0;
/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c281 if (tz.tz_dsttime != 0 || tz.tz_minuteswest != 0) {
282 tz.tz_dsttime = tz.tz_minuteswest = 0; /* zone info is garbage */
/freebsd-11-stable/stand/efi/libefi/
H A Dtime.c258 tzp->tz_dsttime =
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c129 itb.dstflag = tz_dsttime != DST_NONE;
/freebsd-11-stable/sys/kern/
H A Dsubr_clock.c54 int tz_dsttime; variable
H A Dkern_time.c650 rtz.tz_dsttime = tz_dsttime;
704 tz_dsttime = tzp->tz_dsttime;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c681 rtz.tz_dsttime = tz_dsttime;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c713 rtz.tz_dsttime = tz_dsttime;

Completed in 231 milliseconds