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

  /src/lib/libc/time/
private.h 358 #ifndef ALTZONE
360 # define ALTZONE 1
362 # define ALTZONE 0
795 # if ALTZONE
796 # undef altzone macro
797 # define altzone tz_altzone macro
883 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS)
884 extern long altzone;
strftime.c 652 #if defined TM_GMTOFF || USG_COMPAT || ALTZONE
669 ** altzone and timezone), and the
690 # if ALTZONE
691 diff = -altzone;
localtime.c 706 # if 2 <= ALTZONE + TZ_TIME_T
707 long altzone = 0; variable
708 # endif /* 2 <= ALTZONE + TZ_TIME_T */
823 # if ALTZONE
825 altzone = - ttisp->tt_utoff;
831 update tzname, timezone, and/or altzone and return STDDST_MASK,
866 # if ALTZONE
867 altzone = 0;
2206 ** set the applicable parts of tzname, timezone and altzone;
3354 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0
    [all...]
  /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 102 milliseconds