HomeSort by: relevance | last modified time | path
    Searched defs:timezone (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
timeb.h 46 short timezone; /* minutes west of CUT */ member in struct:timeb
time.h 62 * Note: timezone is obsolete. All timezone handling is now in
65 struct timezone { struct
  /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 in typeref:typename:char *
  /src/sys/arch/hpc/include/
bootinfo.h 54 long timezone; member in struct:bootinfo
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h 194 short timezone; member in struct:__sanitizer::__sanitizer_timeb
sanitizer_platform_limits_solaris.h 178 short timezone; member in struct:__sanitizer::__sanitizer_timeb
sanitizer_platform_limits_posix.h 399 short timezone; member in struct:__sanitizer::__sanitizer_timeb
sanitizer_platform_limits_netbsd.h 218 short timezone; member in struct:__sanitizer::__sanitizer_timeb
  /src/lib/libc/time/
private.h 203 If defining the 'timezone' variable, avoid a clash with FreeBSD's
204 'timezone' function by renaming its declaration. */
210 # define timezone sys_timezone macro
221 # undef timezone
748 # undef timezone
749 # define timezone tz_timezone macro
818 extern long timezone;
localtime.c 351 long timezone = 0; variable in typeref:typename:long
473 timezone = - ttisp->tt_utoff;
482 update tzname, timezone, and/or altzone and return STDDST_MASK,
514 timezone = 0;
965 ** Given a pointer into a timezone string, scan until a character that is not
982 ** Given a pointer into an extended timezone string, scan until the ending
1002 ** Given a pointer into a timezone string, extract a number from that string.
1036 ** Given a pointer into a timezone string, extract a number of seconds,
1078 ** Given a pointer into a timezone string, extract an offset, in
1103 ** Given a pointer into a timezone string, extract a rule in the for
2711 # define timezone macro
    [all...]

Completed in 18 milliseconds