Searched refs:altzone (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrftime.c105 extern long int timezone, altzone;
110 extern int timezone, altzone;
496 off = -(daylight ? timezone : altzone) / 60;
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dstrftime.c57 #define altzone __darwin_altzone macro
521 ** altzone and timezone), and the
542 diff = -altzone;
H A Dlocaltime.c321 #define altzone __darwin_altzone macro
386 altzone = 0;
430 altzone = -(ttisp->tt_gmtoff);
445 altzone = -(ttisp->tt_gmtoff);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dstrftime.c352 (long)altzone :
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c227 time_t altzone = 0; variable
269 altzone = 0;
290 altzone = -(ttisp->tt_gmtoff);
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure16128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for external altzone" >&5
16129 $as_echo_n "checking for external altzone... " >&6; }
16146 t = &(&altzone)[0];
16161 extern $t altzone;
16166 t = &(&altzone)[0];
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure21479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for altzone" >&5
21480 $as_echo_n "checking for altzone... " >&6; }
21489 void * foo(void) { return &altzone; }
21509 extern int altzone;
21510 int foo(void) { return altzone; }
21539 ac_fn_c_check_decl "$LINENO" "altzone" "ac_cv_have_decl_altzone" "#include <time.h>
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_core.c7786 of = (long)-((tm.tm_isdst > 0) ? altzone : timezone);

Completed in 322 milliseconds