Home
last modified time | relevance | path

Searched refs:altzone (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tzcode/
H A Dprivate.h674 # undef altzone
675 # define altzone tz_altzone macro
742 extern long altzone;
H A Dlocaltime.c239 long altzone; variable
320 altzone = - ttisp->tt_utoff; in update_tzname_etc()
361 altzone = 0; in settzname()
2644 # define altzone 0 macro
2663 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time()
H A Dstrftime.c559 diff = -altzone; in _fmt()
H A DNEWS2924 and 'altzone' to be in common storage shared with other modules,
3284 similarly for ALTZONE, daylight saving time, and the altzone variable.
3286 designed to make timezone and altzone more compatible with tzname.
4044 The types of the global variables 'timezone' and 'altzone' (if present)
4046 by POSIX, and for 'altzone' by common practice, e.g., Solaris 11.
6137 * SVIDulation (an "altzone" variable)
/freebsd/crypto/heimdal/lib/roken/
H A Dstrftime.c352 (long)altzone : in strftime()
H A DChangeLog880 * strftime.c: only use altzone if we have it
/freebsd/lib/libc/stdtime/
H A Dstrftime.c519 diff = -altzone; in _fmt()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in111 /* Define if you have the `altzone' variable. */
234 /* Define to 1 if you have the declaration of `altzone', and to 0 if you
/freebsd/contrib/tzdata/
H A DNEWS2924 and 'altzone' to be in common storage shared with other modules,
3284 similarly for ALTZONE, daylight saving time, and the altzone variable.
3286 designed to make timezone and altzone more compatible with tzname.
4044 The types of the global variables 'timezone' and 'altzone' (if present)
4046 by POSIX, and for 'altzone' by common practice, e.g., Solaris 11.
6137 * SVIDulation (an "altzone" variable)
/freebsd/crypto/heimdal/
H A Dconfigure22492 void * foo(void) { return &altzone; }
22512 extern int altzone;
22513 int foo(void) { return altzone; }