Searched refs:timezone (Results 1 – 25 of 107) sorted by relevance
12345
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | timezone | 3 # $File: timezone,v 1.11 2009/09/19 16:28:12 christos Exp $ 4 # timezone: file(1) magic for timezone data 9 0 string TZif timezone data 27 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 28 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 29 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\3\0 old timezone data 30 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 31 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 32 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\6\0 old timezone data
|
| /freebsd-10-stable/usr.sbin/bsdconfig/timezone/ |
| D | timezone | 37 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
|
| D | Makefile | 7 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone 11 SCRIPTS= timezone
|
| D | INDEX | 26 # $FreeBSD: stable/10/usr.sbin/bsdconfig/timezone/INDEX 251906 2013-06-18 08:15:56Z dteske $ 48 menu_selection="timezone|timezone" 57 menu_program="timezone"
|
| D | USAGE | 25 # $FreeBSD: stable/10/usr.sbin/bsdconfig/timezone/USAGE 252987 2013-07-07 18:51:44Z dteske $ 33 -e Only return success on exit if user selects a timezone AND 34 the selected timezone was successfully installed. By default
|
| /freebsd-10-stable/contrib/libpcap/lbl/ |
| D | os-ultrix4.h | 32 struct timezone; 34 int gettimeofday(struct timeval *, struct timezone *);
|
| D | os-sunos4.h | 106 struct timezone; 108 int gettimeofday(struct timeval *, struct timezone *); 183 char *timezone(int, int);
|
| /freebsd-10-stable/contrib/tcpdump/lbl/ |
| D | os-ultrix4.h | 32 struct timezone; 34 int gettimeofday(struct timeval *, struct timezone *);
|
| D | os-sunos4.h | 106 struct timezone; 108 int gettimeofday(struct timeval *, struct timezone *); 183 char *timezone(int, int);
|
| /freebsd-10-stable/libexec/bootpd/ |
| D | tzone.c | 12 extern long timezone; 35 secondswest = timezone; in tzone_init()
|
| /freebsd-10-stable/lib/libc/sys/ |
| D | gettimeofday.c | 35 int __gettimeofday(struct timeval *tv, struct timezone *tz); 40 __gettimeofday(struct timeval *tv, struct timezone *tz) in __gettimeofday()
|
| /freebsd-10-stable/lib/libcompat/4.1/ |
| D | ftime.c | 42 struct timezone tz; in ftime() 49 tbp->timezone = tz.tz_minuteswest; in ftime()
|
| /freebsd-10-stable/sys/sys/ |
| D | vdso.h | 61 struct timezone; 64 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
|
| D | timeb.h | 56 short timezone; /* minutes west of CUT */ member
|
| /freebsd-10-stable/contrib/ipfilter/lib/ |
| D | ipft_pc.c | 41 u_int timezone; member 75 p->timezone = SWAPLONG(p->timezone);
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | l_stdlib.h | 199 struct timezone; 200 extern int gettimeofday (struct timeval *, struct timezone *);
|
| /freebsd-10-stable/usr.sbin/bsdconfig/timezone/share/ |
| D | zones.subr | 27 # $FreeBSD: stable/10/usr.sbin/bsdconfig/timezone/share/zones.subr 260678 2014-01-15 07:49:17Z dtes… 33 f_dprintf "%s: loading includes..." timezone/zones.subr 36 f_include $BSDCFG_SHARE/timezone/continents.subr 38 BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone" 114 # timezone in Antarctica). 473 # Prompt the user to confirm the new timezone data. The first (and only) 511 # Resets to the UTC timezone. 521 f_dprintf "%s: Successfully loaded." timezone/zones.subr
|
| D | continents.subr | 27 # $FreeBSD: stable/10/usr.sbin/bsdconfig/timezone/share/continents.subr 279616 2015-03-05 00:42:06Z… 33 f_dprintf "%s: loading includes..." timezone/continents.subr 35 BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone" 164 f_dprintf "%s: Successfully loaded." timezone/continents.subr
|
| D | iso3166.subr | 27 # $FreeBSD: stable/10/usr.sbin/bsdconfig/timezone/share/iso3166.subr 252987 2013-07-07 18:51:44Z dt… 33 f_dprintf "%s: loading includes..." timezone/iso3166.subr 35 BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone" 200 f_dprintf "%s: Successfully loaded." timezone/iso3166.subr
|
| D | Makefile | 5 FILESDIR= ${SHAREDIR}/bsdconfig/timezone
|
| /freebsd-10-stable/contrib/ntp/util/ |
| D | precision.c | 66 struct timezone tzp; in default_get_resolution() 121 struct timezone tzp; in default_get_precision()
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | arpadate.c | 170 extern char *timezone(); 172 tz = timezone(off, lt->tm_isdst);
|
| /freebsd-10-stable/usr.sbin/bsdconfig/timezone/include/ |
| D | messages.subr | 25 # $FreeBSD: stable/10/usr.sbin/bsdconfig/timezone/include/messages.subr 238438 2012-07-14 03:16:57Z… 42 msg_copied_timezone_file="Copied timezone file from %s to %s" 51 msg_default_zone_provided="Default timezone provided"
|
| D | Makefile | 5 FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone/include
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_xenix.c | 119 short timezone; member 127 itb.timezone = tz_minuteswest;
|
12345