HomeSort by: relevance | last modified time | path
    Searched refs:altzone (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
private.h 351 #ifndef ALTZONE
353 # define ALTZONE 1
355 # define ALTZONE 0
785 # if ALTZONE
786 # undef altzone macro
787 # define altzone tz_altzone macro
873 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS)
874 extern long altzone;
localtime.c 685 # if 2 <= ALTZONE + TZ_TIME_T
686 long altzone = 0; variable
687 # endif /* 2 <= ALTZONE + TZ_TIME_T */
804 # if ALTZONE
806 altzone = - ttisp->tt_utoff;
812 update tzname, timezone, and/or altzone and return STDDST_MASK,
847 # if ALTZONE
848 altzone = 0;
2244 ** set the applicable parts of tzname, timezone and altzone;
3293 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0
    [all...]
strftime.c 651 #if defined TM_GMTOFF || USG_COMPAT || ALTZONE
668 ** altzone and timezone), and the
689 # if ALTZONE
690 diff = -altzone;

Completed in 22 milliseconds