Home
last modified time | relevance | path

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

1234567891011

/netbsd/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
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 …]
/netbsd/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/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/external/gpl2/xcvs/dist/lib/
H A Dxtime.h32 # ifdef timezone
33 # undef timezone /* needed for sgi */
37 extern long timezone;
/netbsd/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/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)
774 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
[all …]
/netbsd/lib/libc/compat/gen/
H A Dcompat_timezone.c52 __warn_references(timezone,
67 char *timezone(int, int);
69 timezone(int zone, int dst) in timezone() function
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_nvram.c81 unsigned timezone; member
145 nvram->timezone = 0; in hw_nvram_init_address()
147 nvram->timezone = device_find_integer_property(me, "timezone"); in hw_nvram_init_address()
184 time_t nvtime = host_time + nvram->timezone; in hw_nvram_update_clock()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_nvram.c81 unsigned timezone; member
145 nvram->timezone = 0; in hw_nvram_init_address()
147 nvram->timezone = device_find_integer_property(me, "timezone"); in hw_nvram_init_address()
184 time_t nvtime = host_time + nvram->timezone; in hw_nvram_update_clock()
/netbsd/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/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/lib/libcompat/4.1/
H A Dftime.c53 struct timezone tz;
62 tbp->timezone = tz.tz_minuteswest;
/netbsd/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/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgettimeofday.m431 [[/* glibc uses struct timezone * rather than the POSIX void *
45 int gettimeofday (struct timeval *restrict, struct timezone *restrict);
50 gl_gettimeofday_timezone='struct timezone'
65 [Define this to 'void' or 'struct timezone' to match the system's
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dgettimeofday.m431 [[/* glibc uses struct timezone * rather than the POSIX void *
45 int gettimeofday (struct timeval *restrict, struct timezone *restrict);
50 gl_gettimeofday_timezone='struct timezone'
65 [Define this to 'void' or 'struct timezone' to match the system's
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dgettimeofday.c135 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
142 int result = gettimeofday (tv, (struct timezone *) tz); in gettimeofday()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dgettimeofday.c135 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
142 int result = gettimeofday (tv, (struct timezone *) tz); in gettimeofday()
/netbsd/external/bsd/ipf/dist/lib/
H A Dipft_pc.c41 u_int timezone; member
75 p->timezone = SWAPLONG(p->timezone);
/netbsd/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/external/bsd/ntp/dist/include/
H A Dl_stdlib.h201 struct timezone;
202 extern int gettimeofday (struct timeval *, struct timezone *);
/netbsd/lib/libc/time/
H A Dprivate.h182 # define timezone sys_timezone macro
193 # undef timezone
637 # undef timezone
638 # define timezone tz_timezone macro
700 extern long timezone;
/netbsd/external/gpl3/gdb/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/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()

1234567891011