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

1234

/freebsd-9.3-release/contrib/cvs/lib/
H A Dxtime.h46 short timezone; /* Minutes west of GMT */ member in struct:timeb
51 # ifdef timezone
52 # undef timezone /* needed for sgi */ macro
53 # endif /* timezone */
56 extern long timezone;
/freebsd-9.3-release/contrib/libpcap/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/freebsd-9.3-release/contrib/tcpdump/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/freebsd-9.3-release/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-9.3-release/usr.sbin/bsdconfig/timezone/
H A DMakefile7 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone
11 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-9.3-release/usr.sbin/bsdconfig/timezone/include/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone/include
/freebsd-9.3-release/lib/libc/sys/
H A Dgettimeofday.c35 int __gettimeofday(struct timeval *tv, struct timezone *tz);
40 __gettimeofday(struct timeval *tv, struct timezone *tz)
/freebsd-9.3-release/lib/libcompat/4.1/
H A Dftime.c42 struct timezone tz;
49 tbp->timezone = tz.tz_minuteswest;
/freebsd-9.3-release/sys/sys/
H A Dtimeb.h56 short timezone; /* minutes west of CUT */ member in struct:timeb
H A Dvdso.h61 struct timezone;
64 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
H A Dtime.h40 struct timezone { struct
357 int settimeofday(const struct timeval *, const struct timezone *);
362 int gettimeofday(struct timeval *, struct timezone *);
/freebsd-9.3-release/usr.sbin/bsdconfig/timezone/share/
H A DMakefile5 FILESDIR= ${SHAREDIR}/bsdconfig/timezone
/freebsd-9.3-release/usr.sbin/bsdconfig/
H A DMakefile17 timezone \
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DTimeValue.inc39 // errors concern the timezone parameter which we're passing in as 0.
/freebsd-9.3-release/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-9.3-release/lib/libc/include/
H A Dlibc_private.h251 struct timezone;
252 int __sys_gettimeofday(struct timeval *, struct timezone *);
/freebsd-9.3-release/contrib/ntp/include/
H A Dl_stdlib.h199 struct timezone;
200 extern int gettimeofday (struct timeval *, struct timezone *);
/freebsd-9.3-release/contrib/ntp/util/
H A Dprecision.c66 struct timezone tzp;
121 struct timezone tzp;
H A Dhist.c32 struct timezone tzp;
/freebsd-9.3-release/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-9.3-release/sys/boot/efi/libefi/
H A Dtime.c170 OUT struct timezone *tzp
193 // Do something with the timezone if needed
/freebsd-9.3-release/usr.bin/time/
H A Dtime.c120 gettimeofday(&before_tv, (struct timezone *)NULL);
137 gettimeofday(&after, (struct timezone *)NULL);
300 gettimeofday(&after, (struct timezone *)NULL);

Completed in 146 milliseconds

1234