Searched refs:altzone (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | private.h | 777 # undef altzone 778 # define altzone tz_altzone macro 864 extern long altzone;
|
| H A D | strftime.c | 617 diff = -altzone; in _fmt()
|
| H A D | localtime.c | 630 long altzone; variable 714 altzone = - ttisp->tt_utoff; in update_tzname_etc() 755 altzone = 0; in settzname()
|
| H A D | NEWS | 3379 and 'altzone' to be in common storage shared with other modules, 3739 similarly for ALTZONE, daylight saving time, and the altzone variable. 3741 designed to make timezone and altzone more compatible with tzname. 4499 The types of the global variables 'timezone' and 'altzone' (if present) 4501 by POSIX, and for 'altzone' by common practice, e.g., Solaris 11. 6592 * SVIDulation (an "altzone" variable)
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | strftime.c | 352 (long)altzone : in strftime()
|
| H A D | ChangeLog | 880 * strftime.c: only use altzone if we have it
|
| /src/lib/libc/stdtime/ |
| H A D | strftime.c | 521 diff = -altzone; in _fmt()
|
| /src/crypto/heimdal/include/ |
| H A D | config.h.in | 111 /* Define if you have the `altzone' variable. */ 234 /* Define to 1 if you have the declaration of `altzone', and to 0 if you
|
| /src/contrib/tzdata/ |
| H A D | NEWS | 3379 and 'altzone' to be in common storage shared with other modules, 3739 similarly for ALTZONE, daylight saving time, and the altzone variable. 3741 designed to make timezone and altzone more compatible with tzname. 4499 The types of the global variables 'timezone' and 'altzone' (if present) 4501 by POSIX, and for 'altzone' by common practice, e.g., Solaris 11. 6592 * SVIDulation (an "altzone" variable)
|
| /src/crypto/heimdal/ |
| H A D | configure | 22492 void * foo(void) { return &altzone; } 22512 extern int altzone; 22513 int foo(void) { return altzone; }
|