/src/lib/libc/time/ |
private.h | 321 #ifndef ALTZONE 323 # define ALTZONE 1 325 # define ALTZONE 0 751 # if ALTZONE 752 # undef altzone 753 # define altzone tz_altzone macro 821 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS) 822 extern long altzone;
|
private.h | 321 #ifndef ALTZONE 323 # define ALTZONE 1 325 # define ALTZONE 0 751 # if ALTZONE 752 # undef altzone 753 # define altzone tz_altzone macro 821 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS) 822 extern long altzone;
|
private.h | 321 #ifndef ALTZONE 323 # define ALTZONE 1 325 # define ALTZONE 0 751 # if ALTZONE 752 # undef altzone 753 # define altzone tz_altzone macro 821 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS) 822 extern long altzone;
|
localtime.c | 356 # if 2 <= ALTZONE + TZ_TIME_T 357 long altzone = 0; variable in typeref:typename:long 358 # endif /* 2 <= ALTZONE + TZ_TIME_T */ 475 # if ALTZONE 477 altzone = - ttisp->tt_utoff; 482 update tzname, timezone, and/or altzone and return STDDST_MASK, 517 # if ALTZONE 518 altzone = 0; 1684 ** set the applicable parts of tzname, timezone and altzone; 2730 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0 [all...] |
localtime.c | 356 # if 2 <= ALTZONE + TZ_TIME_T 357 long altzone = 0; variable in typeref:typename:long 358 # endif /* 2 <= ALTZONE + TZ_TIME_T */ 475 # if ALTZONE 477 altzone = - ttisp->tt_utoff; 482 update tzname, timezone, and/or altzone and return STDDST_MASK, 517 # if ALTZONE 518 altzone = 0; 1684 ** set the applicable parts of tzname, timezone and altzone; 2730 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0 [all...] |
localtime.c | 356 # if 2 <= ALTZONE + TZ_TIME_T 357 long altzone = 0; variable in typeref:typename:long 358 # endif /* 2 <= ALTZONE + TZ_TIME_T */ 475 # if ALTZONE 477 altzone = - ttisp->tt_utoff; 482 update tzname, timezone, and/or altzone and return STDDST_MASK, 517 # if ALTZONE 518 altzone = 0; 1684 ** set the applicable parts of tzname, timezone and altzone; 2730 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0 [all...] |