HomeSort by: relevance | last modified time | path
    Searched refs:altzone (Results 1 - 6 of 6) 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;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strftime.c 354 (long)altzone :
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
time.d 607 extern __gshared c_long timezone, altzone;
  /src/crypto/external/bsd/heimdal/dist/
configure 26345 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for altzone" >&5
26346 printf %s "checking for altzone... " >&6; }
26356 void * foo(void) { return &altzone; }
26377 extern int altzone;
26378 int foo(void) { return altzone; }
26406 ac_fn_check_decl "$LINENO" "altzone" "ac_cv_have_decl_altzone" "#include <time.h>

Completed in 48 milliseconds