Searched refs:SIZEOF_TIME_T (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dconfig-win32ce.h386 # define SIZEOF_TIME_T 8 macro
388 # define SIZEOF_TIME_T 4 macro
H A Dconfig-symbian.h727 #define SIZEOF_TIME_T 4 macro
H A Dconfig-tpf.h626 #define SIZEOF_TIME_T 8 macro
H A Dconfig-vxworks.h854 #define SIZEOF_TIME_T 4 macro
H A Dconfig-win32.h497 # define SIZEOF_TIME_T 8 macro
499 # define SIZEOF_TIME_T 4 macro
H A Dcurl_setup.h609 #ifndef SIZEOF_TIME_T
611 #define SIZEOF_TIME_T 4 macro
H A Dcurl_config.h.cmake854 #cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
H A Dparsedate.c490 #if SIZEOF_TIME_T < 5
H A Dcurl_config.h.in910 #undef SIZEOF_TIME_T
/macosx-10.9.5/curl-78.94.1/
H A Dcurl_config.h920 #define SIZEOF_TIME_T 8 macro
922 #define SIZEOF_TIME_T 4 macro
/macosx-10.9.5/ntp-88/libntp/
H A Dprettydate.c61 u_int32 dwlo = (int32)t; /* might expand for SIZEOF_TIME_T < 4 */
62 int32 dwhi = (SIZEOF_TIME_T > 4) ? (int32)(t >> 16 >> 16) : (int32)(t >> 31); /* double shift: avoid warnings */
74 if (SIZEOF_TIME_T == 4) {
H A Dcaljulian.c63 if ( SIZEOF_TIME_T > 4 ) {
/macosx-10.9.5/vim-53/src/auto/
H A Dconfig.h54 #define SIZEOF_TIME_T SIZEOF_LONG macro
/macosx-10.9.5/ntp-88/include/
H A Dconfig.h1256 #define SIZEOF_TIME_T (sizeof(time_t)) macro
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_win32.c515 #if SIZEOF_TIME_T == SIZEOF_LONG
517 #elif SIZEOF_TIME_T == SIZEOF_INT
519 #elif SIZEOF_TIME_T == SIZEOF_LONG_LONG
H A Dthread_pthread.c369 #if SIZEOF_TIME_T == SIZEOF_LONG
371 #elif SIZEOF_TIME_T == SIZEOF_INT
373 #elif SIZEOF_TIME_T == SIZEOF_LONG_LONG
H A Dtime.c731 #if SIZEOF_TIME_T == SIZEOF_LONG
733 #elif SIZEOF_TIME_T == SIZEOF_INT
735 #elif SIZEOF_TIME_T == SIZEOF_LONG_LONG
1526 # if SIZEOF_TIME_T <= 4
1748 #if WIDEVALUE_IS_WIDER && SIZEOF_TIME_T < SIZEOF_INT64_T
1757 #if SIZEOF_TIME_T == SIZEOF_INT64_T
H A Drandom.c528 #if SIZEOF_TIME_T > SIZEOF_INT
H A Dconfigure10374 #define SIZEOF_TIME_T sizeof((*rbcv_ptr))
10386 static int test_array [1 - 2 * !(SIZEOF_TIME_T == sizeof($t))];
10406 if ac_fn_c_compute_int "$LINENO" "SIZEOF_TIME_T" "t" "#include <time.h>
10412 #ifndef SIZEOF_TIME_T
10413 #define SIZEOF_TIME_T 0
10437 echo "#define SIZEOF_TIME_T $t"
10444 echo "#define SIZEOF_TIME_T $[s / rb_cv_char_bit]"
10482 #define SIZEOF_TIME_T $ac_cv_sizeof_time_t
/macosx-10.9.5/vim-53/src/
H A Dconfig.h.in49 #undef SIZEOF_TIME_T
H A Dmisc2.c6429 #if defined(SIZEOF_TIME_T) && SIZEOF_TIME_T > 4
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h154 # if SIZEOF_TIME_T == SIZEOF_INT
156 # elif SIZEOF_TIME_T == SIZEOF_LONG
158 # elif SIZEOF_TIME_T == SIZEOF_LONG_LONG

Completed in 166 milliseconds