Searched refs:timezone (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-11-stable/usr.sbin/bsdconfig/timezone/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone
9 SCRIPTS= timezone
H A Dtimezone37 f_include $BSDCFG_SHARE/timezone/continents.subr
38 f_include $BSDCFG_SHARE/timezone/countries.subr
39 f_include $BSDCFG_SHARE/timezone/iso3166.subr
40 f_include $BSDCFG_SHARE/timezone/menus.subr
41 f_include $BSDCFG_SHARE/timezone/zones.subr
43 BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone"
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/bsdconfig/timezone/include/
H A DMakefile3 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone/include
/freebsd-11-stable/libexec/bootpd/
H A Dtzone.c2 * tzone.c - get the timezone
12 extern long timezone;
27 * Get our timezone offset so we can give it to clients if the
35 secondswest = timezone;
/freebsd-11-stable/usr.sbin/bsdconfig/timezone/share/
H A DMakefile3 FILESDIR= ${SHAREDIR}/bsdconfig/timezone
/freebsd-11-stable/lib/libc/sys/
H A Dgettimeofday.c35 int __gettimeofday(struct timeval *tv, struct timezone *tz);
40 __gettimeofday(struct timeval *tv, struct timezone *tz)
H A D__vdso_gettimeofday.c96 __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
/freebsd-11-stable/lib/libcompat/4.1/
H A Dftime.c42 struct timezone tz;
49 tbp->timezone = tz.tz_minuteswest;
/freebsd-11-stable/sys/sys/
H A Dtimeb.h56 short timezone; /* minutes west of CUT */ member in struct:timeb
H A Dvdso.h64 struct timezone;
67 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
/freebsd-11-stable/usr.sbin/bsdconfig/
H A DMakefile18 timezone \
/freebsd-11-stable/contrib/ntp/util/
H A Dprecision.c66 struct timezone tzp;
121 struct timezone tzp;
H A Dhist.c32 struct timezone tzp;
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h199 struct timezone;
200 extern int gettimeofday (struct timeval *, struct timezone *);
/freebsd-11-stable/contrib/sendmail/src/
H A Darpadate.c39 ** Some sites are now inserting the timezone into the
45 # define TZNAME_MAX 50 /* max size of timezone */
49 #define TZ_NONE 0 /* no character timezone support */
53 #define TZ_TIMEZONE 4 /* use timezone() */
72 ** to resolve the timezone.
119 ** should really get the timezone from the time in "ud" (which
170 extern char *timezone();
172 tz = timezone(off, lt->tm_isdst);
/freebsd-11-stable/lib/libc/gen/
H A Dtimezone.c31 static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
46 * timezone --
49 * giving the name of the local timezone. Should be replaced, in the
56 timezone(int zone, int dst) function
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_pc.c41 u_int timezone; member in struct:__anon20
75 p->timezone = SWAPLONG(p->timezone);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c88 gettimeofday(&r.t, (struct timezone *)0);
/freebsd-11-stable/include/
H A Dtime.h138 char *tm_zone; /* timezone abbreviation */
197 char *timezone(int, int); /* XXX XSI conflict */
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrftime.c354 (long)timezone
356 #error Where in timezone chaos are you?
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c120 short timezone; member in struct:ibcs2_timeb
128 itb.timezone = tz_minuteswest;

Completed in 229 milliseconds

123