Symbol: timezone
crypto/heimdal/appl/ftp/ftp/ftp.c
1033
gettimeofday (&start, (struct timezone *) 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
1151
gettimeofday (&stop, (struct timezone *) 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
1178
gettimeofday (&stop, (struct timezone *) 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
807
gettimeofday (&start, (struct timezone *) 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
852
gettimeofday (&stop, (struct timezone *) 0);
crypto/heimdal/appl/ftp/ftp/ftp.c
878
gettimeofday (&stop, (struct timezone *) 0);
crypto/heimdal/lib/roken/socket_wrapper.c
653
long timezone;
crypto/heimdal/lib/roken/socket_wrapper.c
916
file_hdr.timezone = 0x00000000;
crypto/heimdal/lib/roken/strftime.c
354
(long)timezone
crypto/krb5/src/appl/gss-sample/gss-server.c
364
gettimeofday(&tm1, (struct timezone *) 0);
crypto/krb5/src/appl/gss-sample/gss-server.c
370
gettimeofday(&tm2, (struct timezone *) 0);
crypto/krb5/src/appl/gss-sample/gss-server.c
389
gettimeofday(&tm1, (struct timezone *) 0);
crypto/krb5/src/kadmin/cli/getdate.y
75
#ifdef timezone
crypto/krb5/src/kadmin/cli/getdate.y
87
short timezone; /* Minutes west of GMT */
crypto/krb5/src/kadmin/cli/getdate.y
886
ftz.timezone = difftm (&gmt, tm) / 60;
crypto/krb5/src/kadmin/cli/getdate.y
895
yyTimezone = now->timezone;
crypto/krb5/src/lib/krb5/os/c_ustime.c
66
if (gettimeofday(&tv, (struct timezone *)0) == -1)
crypto/krb5/src/lib/rpc/auth_unix.c
137
(void)gettimeofday(&now, (struct timezone *)0);
crypto/krb5/src/lib/rpc/auth_unix.c
269
(void)gettimeofday(&now, (struct timezone *)0);
crypto/krb5/src/lib/rpc/clnt_tcp.c
205
(void)gettimeofday(&now, (struct timezone *)0);
crypto/krb5/src/lib/rpc/clnt_udp.c
151
(void)gettimeofday(&now, (struct timezone *)0);
crypto/krb5/src/lib/rpc/pmap_rmt.c
301
(void)gettimeofday(&t, (struct timezone *)0);
crypto/krb5/src/windows/leashdll/timesync.c
224
struct timezone tz;
crypto/krb5/src/windows/leashdll/timesync.c
33
struct timezone *tz
crypto/krb5/src/windows/leashdll/timesync.c
56
struct timezone *tz
crypto/krb5/src/windows/leashdll/timesync.c
67
tz->tz_minuteswest = tb.timezone;
crypto/openssl/test/testutil/helper.c
84
timestamp_utc = timestamp_local - timezone;
include/time.h
167
extern long timezone;
lib/libc/gen/timezone.c
71
__sym_compat(timezone, __timezone_compat, FBSD_1.0);
lib/libc/include/libc_private.h
344
struct timezone;
lib/libc/stdtime/strftime.c
515
diff = -timezone;
lib/libdpv/dpv.c
537
(void)gettimeofday(&start, (struct timezone *)NULL);
lib/libdpv/dpv.c
617
gettimeofday(&now, (struct timezone *)NULL);
lib/libsys/__vdso_gettimeofday.c
134
__vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
lib/libsys/_libsys.h
142
typedef int (__sys_gettimeofday_t)(struct timeval *, struct timezone *);
lib/libsys/_libsys.h
147
typedef int (__sys_settimeofday_t)(const struct timeval *, const struct timezone *);
lib/libsys/_libsys.h
552
int __sys_gettimeofday(struct timeval * tp, struct timezone * tzp);
lib/libsys/_libsys.h
557
int __sys_settimeofday(const struct timeval * tv, const struct timezone * tzp);
lib/libsys/_libsys.h
64
struct timezone;
lib/libsys/gettimeofday.c
34
int __gettimeofday(struct timeval *tv, struct timezone *tz);
lib/libsys/gettimeofday.c
39
__gettimeofday(struct timeval *tv, struct timezone *tz)
lib/libutil/ftime.c
42
struct timezone tz;
lib/libutil/ftime.c
49
tbp->timezone = tz.tz_minuteswest;
libexec/bootpd/tzone.c
10
extern long timezone;
libexec/bootpd/tzone.c
33
secondswest = timezone;
sbin/adjkerntz/adjkerntz.c
74
struct timezone tz, *stz;
sbin/ipf/libipf/ipft_pc.c
37
u_int timezone;
sbin/ipf/libipf/ipft_pc.c
71
p->timezone = SWAPLONG(p->timezone);
stand/efi/libefi/time.c
221
EFI_GetTimeOfDay(OUT struct timeval *tp, OUT struct timezone *tzp)
sys/amd64/linux/linux_vdso_gtod.c
86
__vdso_gettimeofday_fallback(l_timeval *tv, struct timezone *tz)
sys/amd64/linux32/linux32_machdep.c
407
struct timezone rtz;
sys/amd64/linux32/linux32_machdep.c
429
struct timezone atz, *tzp;
sys/amd64/linux32/linux32_proto.h
256
char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];
sys/amd64/linux32/linux32_proto.h
260
char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];
sys/amd64/linux32/linux32_vdso_gtod.c
100
__vdso_gettimeofday_fallback(l_timeval *tv, struct timezone *tz)
sys/arm64/linux/linux_vdso_gtod.c
84
__vdso_gettimeofday_fallback(l_timeval *ltv, struct timezone *ltz)
sys/arm64/linux/linux_vdso_gtod.c
88
register struct timezone *tz asm("x1") = ltz;
sys/compat/freebsd32/freebsd32_misc.c
1764
struct timezone tz, *tzp;
sys/compat/freebsd32/freebsd32_misc.c
951
struct timezone rtz;
sys/compat/freebsd32/freebsd32_proto.h
103
char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];
sys/compat/freebsd32/freebsd32_proto.h
121
char tzp_l_[PADL_(const struct timezone *)]; const struct timezone * tzp; char tzp_r_[PADR_(const struct timezone *)];
sys/i386/linux/linux_vdso_gtod.c
100
__vdso_gettimeofday_fallback(l_timeval *tv, struct timezone *tz)
sys/kern/kern_time.c
680
struct timezone *tzp;
sys/kern/kern_time.c
688
struct timezone rtz;
sys/kern/kern_time.c
706
struct timezone *tzp;
sys/kern/kern_time.c
714
struct timezone atz, *tzp;
sys/kern/kern_time.c
735
kern_settimeofday(struct thread *td, struct timeval *tv, struct timezone *tzp)
sys/sys/syscallsubr.h
337
struct timezone *tzp);
sys/sys/sysproto.h
357
char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];
sys/sys/sysproto.h
382
char tzp_l_[PADL_(const struct timezone *)]; const struct timezone * tzp; char tzp_r_[PADR_(const struct timezone *)];
sys/sys/time.h
649
int settimeofday(const struct timeval *, const struct timezone *);
sys/sys/time.h
654
int gettimeofday(struct timeval *, struct timezone *);
sys/sys/timeb.h
55
short timezone; /* minutes west of CUT */
sys/sys/vdso.h
76
struct timezone;
sys/sys/vdso.h
79
int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
tests/sys/audit/administrative.c
101
struct timezone tzp;
tests/sys/audit/administrative.c
73
struct timezone tzp;
tests/sys/capsicum/capmode.cc
318
struct timezone tz;
tests/sys/capsicum/capmode.cc
419
struct timezone tz;
tests/sys/capsicum/capmode.cc
483
struct timezone tz;
usr.sbin/lpr/common_source/common.c
498
int tzmin = timezone / 60;