| /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
|
| /src/sys/arch/hpc/include/ |
| bootinfo.h | 54 long timezone; member in struct:bootinfo
|
| /src/lib/libc/time/ |
| private.h | 214 /* If defining the 'timezone' variable a la POSIX, avoid clashing with the old 215 'timezone' function of FreeBSD <= 14, by renaming the latter's declaration. 219 # define timezone sys_timezone macro 226 # undef timezone macro 782 # undef timezone macro 783 # define timezone tz_timezone macro 870 extern long timezone;
|
| localtime.c | 680 long timezone = 0; variable 802 timezone = - ttisp->tt_utoff; 812 update tzname, timezone, and/or altzone and return STDDST_MASK, 844 timezone = 0; 1422 ** Given a pointer into a timezone string, scan until a character that is not 1439 ** Given a pointer into an extended timezone string, scan until the ending 1459 ** Given a pointer into a timezone string, extract a number from that string. 1493 ** Given a pointer into a timezone string, extract a number of seconds, 1535 ** Given a pointer into a timezone string, extract an offset, in 1560 ** Given a pointer into a timezone string, extract a rule in the for 3274 # define timezone macro [all...] |
| /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_netbsd.h | 218 short timezone; member in struct:__sanitizer::__sanitizer_timeb
|
| sanitizer_platform_limits_posix.h | 399 short timezone; member in struct:__sanitizer::__sanitizer_timeb
|