Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/bsd/file/dist/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
39 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
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
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dpackage.d24 $(REF_ALTTEXT TimeZone, TimeZone, std, datetime, timezone)$(NBSP)
25 $(REF_ALTTEXT UTC, UTC, std, datetime, timezone)$(NBSP)
26 $(REF_ALTTEXT LocalTime, LocalTime, std, datetime, timezone)$(NBSP)
27 $(REF_ALTTEXT PosixTimeZone, PosixTimeZone, std, datetime, timezone)$(NBSP)
28 $(REF_ALTTEXT WindowsTimeZone, WindowsTimeZone, std, datetime, timezone)$(NBSP)
29 $(REF_ALTTEXT SimpleTimeZone, SimpleTimeZone, std, datetime, timezone)$(NBSP)
69 $(LI $(MREF std, datetime, timezone) for classes which represent timezones.)
70 $(LI $(MREF std, datetime, systime) for a point in time with a timezone.)
118 import std.datetime.timezone : UTC;
131 public import std.datetime.timezone;
/netbsd-src/external/bsd/dhcpcd/dist/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"
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dxtime.h32 # ifdef timezone
33 # undef timezone /* needed for sgi */
37 extern long timezone;
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h68 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
242 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
313 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
354 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
400 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
521 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
593 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
646 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
691 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
786 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
[all …]
/netbsd-src/usr.sbin/bootp/common/
H A Dtzone.c19 extern long timezone;
42 secondswest = timezone; in tzone_init()
44 struct timezone tzp; /* Time zone offset for clients */ in tzone_init()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgettimeofday.m430 [[/* glibc uses struct timezone * rather than the POSIX void *
44 int gettimeofday (struct timeval *restrict, struct timezone *restrict);
49 gl_gettimeofday_timezone='struct timezone'
64 [Define this to 'void' or 'struct timezone' to match the system's
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_nvram.c68 unsigned timezone; member
132 nvram->timezone = 0; in hw_nvram_init_address()
134 nvram->timezone = device_find_integer_property(me, "timezone"); in hw_nvram_init_address()
170 time_t nvtime = host_time + nvram->timezone; in hw_nvram_update_clock()
/netbsd-src/external/bsd/libpcap/dist/lbl/
H A Dos-ultrix4.h31 struct timezone;
33 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h105 struct timezone;
107 int gettimeofday(struct timeval *, struct timezone *);
181 char *timezone(int, int);
/netbsd-src/external/bsd/tcpdump/dist/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);
/netbsd-src/lib/libcompat/4.1/
H A Dftime.c53 struct timezone tz;
62 tbp->timezone = tz.tz_minuteswest;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtime.d572 extern __gshared c_long timezone; in version()
579 extern __gshared c_long timezone; in version()
607 extern __gshared c_long timezone, altzone; in version()
617 extern __gshared c_long timezone; in version()
624 extern __gshared c_long timezone; in version()
632 extern __gshared c_long timezone; in version()
/netbsd-src/sys/arch/hpcarm/hpcarm/
H A Dhpc_machdep.c279 (bootinfo->timezone > (-12 * 60) && in initarm()
280 bootinfo->timezone <= (12 * 60))) in initarm()
281 rtc_offset = bootinfo->timezone; in initarm()
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_timezone.c53 __warn_references(timezone,
67 timezone(int zone, int dst) in timezone() function
/netbsd-src/external/public-domain/tz/dist/
H A Dzonenow.tab1 # tzdb timezone descriptions, for users who do not care about old timestamps
6 # This file contains a table where each row stands for a timezone
11 # 1. Each timezone corresponds to a set of clocks that are planned
13 # zone1970.tab, where each timezone's clocks must agree from 1970 on.
19 # 4. Every timezone has a nonempty comments column, with wording
20 # distinguishing the timezone only from other timezones with the
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dgettimeofday.c128 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
135 int result = gettimeofday (tv, (struct timezone *) tz); in gettimeofday()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dipft_pc.c41 u_int timezone; member
75 p->timezone = SWAPLONG(p->timezone);
/netbsd-src/lib/libc/compat/include/
H A Dtime.h53 char *timezone(int, int);
57 extern long timezone __RENAME(__timezone13);
/netbsd-src/external/bsd/ntp/dist/include/
H A Dl_stdlib.h201 struct timezone;
202 extern int gettimeofday (struct timeval *, struct timezone *);
/netbsd-src/external/bsd/ntp/dist/util/
H A Dprecision.c68 struct timezone tzp; in default_get_resolution()
123 struct timezone tzp; in default_get_precision()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dte-vms.c297 extern long timezone; in vms_file_stats_name()
300 gmtoff = - (timezone - 3600); in vms_file_stats_name()
302 gmtoff = - timezone; in vms_file_stats_name()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dte-vms.c297 extern long timezone; in vms_file_stats_name()
300 gmtoff = - (timezone - 3600); in vms_file_stats_name()
302 gmtoff = - timezone; in vms_file_stats_name()
/netbsd-src/lib/libc/time/
H A Dprivate.h203 If defining the 'timezone' variable, avoid a clash with FreeBSD's
204 'timezone' function by renaming its declaration. */
210 # define timezone sys_timezone
221 # undef timezone
748 # undef timezone
749 # define timezone tz_timezone
818 extern long timezone;
198 # define timezone sys_timezone global() macro
688 # define timezone tz_timezone global() macro

12345678910