Searched refs:SIZEOF_OFF_T (Results 1 – 25 of 28) sorted by relevance
12
28 check_type_size (off_t SIZEOF_OFF_T)29 message (STATUS "Checking of off_t without any definitions: ${SIZEOF_OFF_T}")30 if (SIZEOF_OFF_T EQUAL 8)35 unset (SIZEOF_OFF_T CACHE)45 check_type_size (off_t SIZEOF_OFF_T)46 message (STATUS "Checking size of off_t with _FILE_OFFSET_BITS=64: ${SIZEOF_OFF_T}")47 if (SIZEOF_OFF_T EQUAL 8)55 unset (SIZEOF_OFF_T CACHE)66 check_type_size (off_t SIZEOF_OFF_T)67 message (STATUS "Checking size of off_t with _LARGE_FILES: ${SIZEOF_OFF_T}")[all …]
115 if ((SIZEOF_OFF_T EQUAL 8) OR (SIZEOF_LOFF_T EQUAL 8) OR (SIZEOF_OFF64_T EQUAL 8))
401 #ifndef SIZEOF_OFF_T404 # define SIZEOF_OFF_T 8 macro408 # define SIZEOF_OFF_T 8 macro412 # define SIZEOF_OFF_T 8 macro416 # define SIZEOF_OFF_T 8 macro419 # ifndef SIZEOF_OFF_T420 # define SIZEOF_OFF_T 4 macro
551 #define SIZEOF_OFF_T 8 macro
740 #define SIZEOF_OFF_T 8 macro
51 #define SIZEOF_OFF_T 8 macro
906 #define SIZEOF_OFF_T 8 macro
939 #define SIZEOF_OFF_T 8 macro
960 #define SIZEOF_OFF_T 8 macro
430 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
107 #if (SIZEOF_OFF_T == SIZEOF_SIZE_T)114 #elif (SIZEOF_OFF_T == SIZEOF_LONG_LONG)121 #elif (SIZEOF_OFF_T == SIZEOF_LONG)
48 #if SIZEOF_OFF_T == 450 #elif SIZEOF_OFF_T == 8
288 # define SIZEOF_OFF_T 4 macro303 # define SIZEOF_OFF_T 4 macro
236 #define SIZEOF_OFF_T 4 macro
103 #define SIZEOF_OFF_T 8 macro
187 cdata.set('SIZEOF_OFF_T', cc.sizeof('off_t'))
273 #define SIZEOF_OFF_T 8 macro
51 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
97 #if SIZEOF_OFF_T >= SIZEOF_LONG_LONG in ext2fs_llseek()
686 #define SIZEOF_OFF_T 4 macro
507 #undef SIZEOF_OFF_T
480 #if (SIZEOF_OFF_T == 4 && SIZEOF_SF_COUNT_T == 8 && HAVE_FSTAT64) in psf_get_filelen_fd()
1130 check_type_size("off_t" SIZEOF_OFF_T)1367 ((SIZEOF_OFF_T GREATER 4) OR USE_WIN32_LARGE_FILES))
1094 SIZEOF_OFF_T=$ac_cv_sizeof_off_t1100 AC_SUBST(SIZEOF_OFF_T) subst
1489 #if SIZEOF_OFF_T == 4 in getfilesize()