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

123

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/usr.sbin/bsdconfig/timezone/include/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone/include
/freebsd-10.0-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-10.0-release/lib/libcompat/4.1/
H A Dftime.c42 struct timezone tz;
49 tbp->timezone = tz.tz_minuteswest;
/freebsd-10.0-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);
/freebsd-10.0-release/usr.sbin/bsdconfig/timezone/share/
H A DMakefile5 FILESDIR= ${SHAREDIR}/bsdconfig/timezone
/freebsd-10.0-release/usr.sbin/bsdconfig/
H A DMakefile16 timezone \
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DTimeValue.inc44 // errors concern the timezone parameter which we're passing in as 0.
/freebsd-10.0-release/contrib/ntp/include/
H A Dl_stdlib.h220 struct timezone;
221 extern int gettimeofday P((struct timeval *, struct timezone *));
355 extern int gettimeofday P((struct timeval *, struct timezone *));
356 extern int settimeofday P((struct timeval *, struct timezone *));
447 extern int gettimeofday P((struct timeval *, struct timezone *));
448 extern int settimeofday P((struct timeval *, struct timezone *));
474 extern int gettimeofday P((struct timeval *, struct timezone *));
475 extern int settimeofday P((struct timeval *, struct timezone *));
/freebsd-10.0-release/contrib/ntp/util/
H A Dprecision.c66 struct timezone tzp;
121 struct timezone tzp;
H A Dhist.c32 struct timezone tzp;
/freebsd-10.0-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-10.0-release/lib/libc/include/
H A Dlibc_private.h251 struct timezone;
252 int __sys_gettimeofday(struct timeval *, struct timezone *);
/freebsd-10.0-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-10.0-release/sys/boot/efi/libefi/
H A Dtime.c170 OUT struct timezone *tzp
193 // Do something with the timezone if needed
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dipft_pc.c41 u_int timezone; member in struct:__anon1509
75 p->timezone = SWAPLONG(p->timezone);
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dgetuuid.c88 gettimeofday(&r.t, (struct timezone *)0);
/freebsd-10.0-release/include/
H A Dtime.h136 char *tm_zone; /* timezone abbreviation */
193 char *timezone(int, int); /* XXX XSI conflict */

Completed in 216 milliseconds

123