Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd/contrib/file/magic/Magdir/
H A Dtimezone3 # $File: timezone,v 1.13 2021/07/21 17:57:20 christos Exp $
4 # timezone: file(1) magic for timezone data
9 0 name timezone
31 0 string TZif timezone data
33 >>51 use timezone
35 >>0 use timezone
37 0 string \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0 old timezone data
38 0 string \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0 old timezone data
39 0 string \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0 old timezone data
40 0 string \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0 old timezone data
[all …]
/freebsd/usr.sbin/bsdconfig/timezone/
H A Dtimezone36 f_include $BSDCFG_SHARE/timezone/continents.subr
37 f_include $BSDCFG_SHARE/timezone/countries.subr
38 f_include $BSDCFG_SHARE/timezone/iso3166.subr
39 f_include $BSDCFG_SHARE/timezone/menus.subr
40 f_include $BSDCFG_SHARE/timezone/zones.subr
H A DMakefile3 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone
7 SCRIPTS= timezone
H A DINDEX47 menu_selection="timezone|timezone"
56 menu_program="timezone"
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dtimesync.c22 struct timezone { struct
33 struct timezone *tz in settimeofday() argument
56 struct timezone *tz in gettimeofday()
67 tz->tz_minuteswest = tb.timezone; in gettimeofday()
224 struct timezone tz; in ProcessTimeSync()
/freebsd/tools/build/options/
H A DWITH_ZONEINFO_OLD_TIMEZONES_SUPPORT1 Build backward compatibility timezone aliases in to the timezone
H A DWITHOUT_ZONEINFO1 Do not build the timezone database.
H A DWITH_DETECT_TZ_CHANGES1 Make the time handling code detect changes to the timezone files.
/freebsd/contrib/tcpdump/lbl/
H A Dos-ultrix4.h30 struct timezone;
32 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h104 struct timezone;
106 int gettimeofday(struct timeval *, struct timezone *);
179 char *timezone(int, int);
/freebsd/contrib/libpcap/lbl/
H A Dos-ultrix4.h29 struct timezone;
31 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h103 struct timezone;
105 int gettimeofday(struct timeval *, struct timezone *);
179 char *timezone(int, int);
/freebsd/libexec/bootpd/
H A Dtzone.c10 extern long timezone;
33 secondswest = timezone; in tzone_init()
/freebsd/lib/libutil/
H A Dftime.c42 struct timezone tz; in ftime()
49 tbp->timezone = tz.tz_minuteswest; in ftime()
/freebsd/lib/libsys/
H A Dgettimeofday.c34 int __gettimeofday(struct timeval *tv, struct timezone *tz);
39 __gettimeofday(struct timeval *tv, struct timezone *tz) in __gettimeofday()
/freebsd/crypto/openssl/test/testutil/
H A Dhelper.c19 #define timezone _timezone macro
84 timestamp_utc = timestamp_local - timezone; in test_asn1_string_to_time_t()
/freebsd/sys/arm64/linux/
H A Dlinux_vdso_gtod.c84 __vdso_gettimeofday_fallback(l_timeval *ltv, struct timezone *ltz) in __vdso_gettimeofday_fallback()
88 register struct timezone *tz asm("x1") = ltz; in __vdso_gettimeofday_fallback()
/freebsd/contrib/tzdata/
H A Dzonenow.tab1 # tzdb timezone descriptions, for users who do not care about old timestamps
6 # This file contains a table where each row stands for a timezone
11 # 1. Each timezone corresponds to a set of clocks that are planned
13 # zone1970.tab, where each timezone’s clocks must agree from 1970 on.
19 # 4. Every timezone has a nonempty comments column, with wording
20 # distinguishing the timezone only from other timezones with the
/freebsd/sbin/ipf/libipf/
H A Dipft_pc.c37 u_int timezone; member
71 p->timezone = SWAPLONG(p->timezone); in iswap_hdr()
/freebsd/sys/sys/
H A Dvdso.h76 struct timezone;
79 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
/freebsd/contrib/sendmail/src/
H A Darpadate.c170 extern char *timezone();
172 tz = timezone(off, lt->tm_isdst);
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h199 struct timezone;
200 extern int gettimeofday (struct timeval *, struct timezone *);
/freebsd/contrib/ntp/util/
H A Dprecision.c66 struct timezone tzp; in default_get_resolution()
121 struct timezone tzp; in default_get_precision()
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr32 f_dprintf "%s: loading includes..." timezone/zones.subr
35 f_include $BSDCFG_SHARE/timezone/continents.subr
37 BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone"
113 # timezone in Antarctica).
472 # Prompt the user to confirm the new timezone data. The first (and only)
510 # Resets to the UTC timezone.
520 f_dprintf "%s: Successfully loaded." timezone/zones.subr
/freebsd/contrib/tzcode/
H A Dprivate.h197 # define timezone sys_timezone macro
208 # undef timezone
732 # undef timezone
733 # define timezone tz_timezone macro
802 extern long timezone;

123456