Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/contrib/file/magic/Magdir/
H A Dtimezone3 # $File: timezone,v 1.13 2021/07/21 17:57:20 christos Exp $
4 # timezone: file(1) magic for timezone data
9 0 name timezone
31 0 string TZif timezone data
33 >>51 use timezone
35 >>0 use timezone
37 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
38 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
40 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
41 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
[all …]
/dragonfly/lib/libc/upmap/
H A Dukp_gettimeofday.c52 extern int __sys_gettimeofday(struct timeval *, struct timezone *);
53 int __gettimeofday(struct timeval *, struct timezone *);
63 __gettimeofday(struct timeval *tv, struct timezone *tz) in __gettimeofday()
97 __gettimeofday(struct timeval *tv, struct timezone *tz) in __gettimeofday()
/dragonfly/contrib/dhcpcd/hooks/
H A D15-timezone1 # Configure timezone
23 syslog warning "timezone directory not found"
29 syslog warning "no timezone definition for $new_tzdb_timezone"
34 syslog info "timezone changed to $new_tzdb_timezone"
/dragonfly/libexec/bootpd/
H A Dtzone.c13 extern long timezone;
36 secondswest = timezone; in tzone_init()
/dragonfly/lib/libcompat/4.1/
H A Dftime.c41 struct timezone tz; in ftime()
48 tbp->timezone = tz.tz_minuteswest; in ftime()
/dragonfly/sys/sys/
H A Dtime.h58 struct timezone { struct
247 int settimeofday(const struct timeval *, const struct timezone *);
252 int gettimeofday(struct timeval * __restrict, struct timezone * __restrict);
H A Dtimeb.h52 short timezone; /* minutes west of CUT */ member
H A Dkernel.h76 extern struct timezone tz; /* XXX */
H A Dsysproto.h365 struct timezone * tzp; char tzp_[PAD_(struct timezone *)];
390 struct timezone * tzp; char tzp_[PAD_(struct timezone *)];
/dragonfly/lib/libc/stdtime/
H A DSymbol.map31 timezone;
/dragonfly/share/zoneinfo/
H A Detcetera9 # can be useful if the timezone database is wrong or if a ship or
10 # aircraft at sea is not in a timezone.
H A Dsouthamerica120 # the timezone for Argentina will not change next Sunday.
201 # its timezone this winter... starting tomorrow night....
286 # a new timezone for San Luis (although there are also documented
341 # Since then, San Luis will establish its own Province timezone. Thus,
662 # timezone UTC+4
671 # change modifies timezone rules defined in decree 2.784 of 18 June,
679 # timezone shall be modified from UTC-5 to UTC-4 and a new timezone shall
681 # suggest this new timezone be called Santarem as the most
684 # This new timezone would be the same as the Rio_Branco timezone up to
693 # part of Par state is moving to one timezone UTC-03 (from UTC-04).
[all …]
H A Dbackward6 # This file provides links from old or merged timezone names to current ones.
/dragonfly/stand/boot/efi/libefi/
H A Dtime.c170 OUT struct timezone *tzp in EFI_GetTimeOfDay()
/dragonfly/usr.bin/window/
H A Dmain.c107 (void) gettimeofday(&starttime, (struct timezone *)0); in main()
H A Dlcmd2.c114 (void) gettimeofday(&timeval, (struct timezone *)0); in l_time()
/dragonfly/include/
H A Dtime.h196 extern long timezone;
/dragonfly/sbin/dhcpcd/
H A DMakefile87 .for f in 10-wpa_supplicant 15-timezone 29-lookup-hostname 50-ypbind
/dragonfly/sbin/adjkerntz/
H A Dadjkerntz.c76 struct timezone tz, *stz; in main()
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dconfig.h80 #define GETTIMEOFDAY_TIMEZONE struct timezone
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dconfig.h87 #define GETTIMEOFDAY_TIMEZONE struct timezone
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c88 gettimeofday(&t1, (struct timezone *) 0); in _nc_gettime()
/dragonfly/sys/kern/
H A Dkern_time.c63 struct timezone tz;
681 struct timezone atz; in sys_settimeofday()
/dragonfly/usr.sbin/cron/crontab/
H A Dcrontab.c607 struct timezone tz;
/dragonfly/usr.sbin/lpr/common_source/
H A Dcommon.c439 int tzmin = timezone / 60; in lpd_gettime()

12