| /freebsd-14.2/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 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 41 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\5\0 old timezone data [all …]
|
| /freebsd-14.2/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 | 4 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone 8 SCRIPTS= timezone
|
| H A D | INDEX | 47 menu_selection="timezone|timezone" 56 menu_program="timezone"
|
| /freebsd-14.2/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_ZONEINFO_LEAPSECONDS_SUPPORT | 1 Build leapsecond information in to the timezone database.
|
| H A D | WITH_DETECT_TZ_CHANGES | 1 Make the time handling code detect changes to the timezone files.
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/tzdata/ |
| H A D | factory | 6 # For distributors who don't want to specify a timezone in their 15 # TZ="Factory" is a valid timezone, so tzalloc("Factory") succeeds, whereas 18 # default timezone suitable for the devices it manufactures,
|
| 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-14.2/libexec/bootpd/ |
| H A D | tzone.c | 10 extern long timezone; 33 secondswest = timezone; in tzone_init()
|
| /freebsd-14.2/lib/libutil/ |
| H A D | ftime.c | 43 struct timezone tz; in ftime() 50 tbp->timezone = tz.tz_minuteswest; in ftime()
|
| /freebsd-14.2/lib/libc/sys/ |
| 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-14.2/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-14.2/sbin/ipf/libipf/ |
| H A D | ipft_pc.c | 40 u_int timezone; member 74 p->timezone = SWAPLONG(p->timezone); in iswap_hdr()
|
| /freebsd-14.2/sys/sys/ |
| H A D | vdso.h | 76 struct timezone; 79 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | l_stdlib.h | 199 struct timezone; 200 extern int gettimeofday (struct timeval *, struct timezone *);
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | arpadate.c | 170 extern char *timezone(); 172 tz = timezone(off, lt->tm_isdst);
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/tzcode/ |
| H A D | private.h | 183 # define timezone sys_timezone macro 194 # undef timezone 691 # undef timezone 692 # define timezone tz_timezone macro 761 extern long timezone;
|