| /freebsd/contrib/file/magic/Magdir/ |
| H A D | timezone | 3 # $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 D | timezone | 36 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 D | Makefile | 3 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone 7 SCRIPTS= timezone
|
| H A D | INDEX | 47 menu_selection="timezone|timezone" 56 menu_program="timezone"
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | timesync.c | 22 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 D | WITH_ZONEINFO_OLD_TIMEZONES_SUPPORT | 1 Build backward compatibility timezone aliases in to the timezone
|
| H A D | WITHOUT_ZONEINFO | 1 Do not build the timezone database.
|
| H A D | WITH_DETECT_TZ_CHANGES | 1 Make the time handling code detect changes to the timezone files.
|
| /freebsd/contrib/tcpdump/lbl/ |
| H A D | os-ultrix4.h | 30 struct timezone; 32 int gettimeofday(struct timeval *, struct timezone *);
|
| H A D | os-sunos4.h | 104 struct timezone; 106 int gettimeofday(struct timeval *, struct timezone *); 179 char *timezone(int, int);
|
| /freebsd/contrib/libpcap/lbl/ |
| H A D | os-ultrix4.h | 29 struct timezone; 31 int gettimeofday(struct timeval *, struct timezone *);
|
| H A D | os-sunos4.h | 103 struct timezone; 105 int gettimeofday(struct timeval *, struct timezone *); 179 char *timezone(int, int);
|
| /freebsd/libexec/bootpd/ |
| H A D | tzone.c | 10 extern long timezone; 33 secondswest = timezone; in tzone_init()
|
| /freebsd/lib/libutil/ |
| H A D | ftime.c | 42 struct timezone tz; in ftime() 49 tbp->timezone = tz.tz_minuteswest; in ftime()
|
| /freebsd/lib/libsys/ |
| H A D | gettimeofday.c | 34 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 D | helper.c | 19 #define timezone _timezone macro 84 timestamp_utc = timestamp_local - timezone; in test_asn1_string_to_time_t()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_vdso_gtod.c | 84 __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 D | zonenow.tab | 1 # 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 D | ipft_pc.c | 37 u_int timezone; member 71 p->timezone = SWAPLONG(p->timezone); in iswap_hdr()
|
| /freebsd/sys/sys/ |
| H A D | vdso.h | 76 struct timezone; 79 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
|
| /freebsd/contrib/sendmail/src/ |
| H A D | arpadate.c | 170 extern char *timezone(); 172 tz = timezone(off, lt->tm_isdst);
|
| /freebsd/contrib/ntp/include/ |
| H A D | l_stdlib.h | 199 struct timezone; 200 extern int gettimeofday (struct timeval *, struct timezone *);
|
| /freebsd/contrib/ntp/util/ |
| H A D | precision.c | 66 struct timezone tzp; in default_get_resolution() 121 struct timezone tzp; in default_get_precision()
|
| /freebsd/usr.sbin/bsdconfig/timezone/share/ |
| H A D | zones.subr | 32 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 D | private.h | 197 # define timezone sys_timezone macro 208 # undef timezone 732 # undef timezone 733 # define timezone tz_timezone macro 802 extern long timezone;
|