HomeSort by: relevance | last modified time | path
    Searched refs:timezone (Results 1 - 25 of 149) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/libpcap/dist/lbl/
os-ultrix4.h 31 struct timezone;
33 int gettimeofday(struct timeval *, struct timezone *);
os-sunos4.h 105 struct timezone;
107 int gettimeofday(struct timeval *, struct timezone *);
181 char *timezone(int, int);
  /src/external/bsd/tcpdump/dist/lbl/
os-ultrix4.h 30 struct timezone;
32 int gettimeofday(struct timeval *, struct timezone *);
os-sunos4.h 104 struct timezone;
106 int gettimeofday(struct timeval *, struct timezone *);
179 char *timezone(int, int);
  /src/external/gpl2/xcvs/dist/lib/
xtime.h 32 # ifdef timezone
33 # undef timezone /* needed for sgi */ macro
34 # endif /* timezone */
37 extern long timezone;
  /src/usr.sbin/bootp/common/
tzone.c 9 * tzone.c - get the timezone
19 extern long timezone;
34 * Get our timezone offset so we can give it to clients if the
42 secondswest = timezone;
44 struct timezone tzp; /* Time zone offset for clients */
  /src/sys/sys/
timeb.h 46 short timezone; /* minutes west of CUT */ member in struct:timeb
  /src/lib/libcompat/4.1/
ftime.c 53 struct timezone tz;
62 tbp->timezone = tz.tz_minuteswest;
  /src/external/bsd/dhcpcd/examples/hooks/
Makefile 10 FILES= 10-wpa_supplicant 15-timezone 29-lookup-hostname
  /src/sys/arch/hpc/include/
bootinfo.h 54 long timezone; member in struct:bootinfo
  /src/lib/libc/compat/gen/
compat_timezone.c 35 static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
53 __warn_references(timezone,
54 "warning: reference to compatibility timezone; include <time.h> to generate correct reference")
57 * timezone --
60 * giving the name of the local timezone. Should be replaced, in the
67 timezone(int zone, int dst) function
  /src/crypto/external/apache2/openssl/dist/test/testutil/
helper.c 19 #define timezone _timezone macro
84 timestamp_utc = timestamp_local - timezone;
  /src/external/gpl3/gdb/dist/gnulib/import/
gettimeofday.c 128 int result = gettimeofday (&otv, (struct timezone *) tz);
135 int result = gettimeofday (tv, (struct timezone *) tz);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
gettimeofday.c 128 int result = gettimeofday (&otv, (struct timezone *) tz);
135 int result = gettimeofday (tv, (struct timezone *) tz);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
package.d 24 $(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.
    [all...]
  /src/external/bsd/libbind/dist/bsd/
gettimeofday.c 21 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) {
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
time1.c 19 struct timezone t_z = {0, 0};
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
time1.c 19 struct timezone t_z = {0, 0};
  /src/lib/libc/compat/include/
time.h 53 char *timezone(int, int);
57 extern long timezone __RENAME(__timezone13);
  /src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c 276 * rtc_offset from bootinfo.timezone set by hpcboot.exe
279 (bootinfo->timezone > (-12 * 60) &&
280 bootinfo->timezone <= (12 * 60)))
281 rtc_offset = bootinfo->timezone;
  /src/external/bsd/ntp/dist/include/
l_stdlib.h 201 struct timezone;
202 extern int gettimeofday (struct timeval *, struct timezone *);
  /src/external/bsd/ntp/dist/util/
precision.c 68 struct timezone tzp;
123 struct timezone tzp;
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 68 #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...]
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/conf/
bad-areacode.conf 34 geoip timezone "America/Los_Angeles";
bad-netspeed.conf 33 geoip timezone "America/Los_Angeles";

Completed in 29 milliseconds

1 2 3 4 5 6