Home
last modified time | relevance | path

Searched refs:SIZEOF_OFF_T (Results 1 – 25 of 27) sorted by relevance

12

/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake25 check_type_size("off_t" SIZEOF_OFF_T)
26 if(SIZEOF_OFF_T GREATER 7)
40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG)
44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG)
46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG)
49 endif(SIZEOF_OFF_T GREATER 7)
/external/python/cpython2/Modules/_io/
D_iomodule.h114 #if (SIZEOF_OFF_T == SIZEOF_SIZE_T)
121 #elif (HAVE_LONG_LONG && SIZEOF_OFF_T == SIZEOF_LONG_LONG)
128 #elif (SIZEOF_OFF_T == SIZEOF_LONG)
/external/libunwind/src/coredump/
D_UCD_internal.h48 #if SIZEOF_OFF_T == 4
50 #elif SIZEOF_OFF_T == 8
/external/python/cpython2/PC/
Dpyconfig.h353 # define SIZEOF_OFF_T 4 macro
367 # define SIZEOF_OFF_T 4 macro
/external/libunwind/include/
Dconfig.h237 #define SIZEOF_OFF_T 4 macro
/external/curl/src/
Dtool_cb_see.c51 #if(CURL_SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
/external/e2fsprogs/lib/ext2fs/
Dllseek.c97 #if SIZEOF_OFF_T >= SIZEOF_LONG_LONG in ext2fs_llseek()
/external/curl/lib/
Dconfig-tpf.h616 #define SIZEOF_OFF_T 8 macro
Dconfig-symbian.h717 #define SIZEOF_OFF_T 8 macro
Dconfig-vxworks.h842 #define SIZEOF_OFF_T 8 macro
Dversion.c309 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
Dcurl_config.h.cmake883 #cmakedefine SIZEOF_OFF_T ${SIZEOF_OFF_T}
/external/python/cpython2/PC/os2emx/
Dpyconfig.h124 #define SIZEOF_OFF_T 4 macro
/external/curl/
Dlocal-configure.patch51 -#define SIZEOF_OFF_T 8
DCMakeLists.txt885 check_type_size("off_t" SIZEOF_OFF_T)
1080 ((SIZEOF_OFF_T GREATER 4) OR USE_WIN32_LARGE_FILES))
/external/python/cpython2/RISCOS/
Dpyconfig.h204 #define SIZEOF_OFF_T 4 macro
/external/python/cpython2/Objects/
Dfileobject.c681 #elif SIZEOF_OFF_T >= 8
697 #elif defined(HAVE_FSEEKO) && SIZEOF_OFF_T >= 8 in _portable_fseek()
740 #elif defined(HAVE_FTELLO) && SIZEOF_OFF_T >= 8 in _portable_ftell()
/external/libevent/
Dconfig.h.in397 #undef SIZEOF_OFF_T
/external/e2fsprogs/
Dconfigure.ac1003 SIZEOF_OFF_T=$ac_cv_sizeof_off_t
1009 AC_SUBST(SIZEOF_OFF_T) subst
/external/python/cpython2/Modules/
Dbz2module.c29 #elif SIZEOF_OFF_T >= 8
/external/e2fsprogs/lib/
Dconfig.h.in658 #undef SIZEOF_OFF_T
/external/ImageMagick/config/
Dconfig.h.in888 #undef SIZEOF_OFF_T
/external/python/cpython2/
Dpyconfig.h.in1026 #undef SIZEOF_OFF_T
/external/strace/
Dconfig.h.in1242 #undef SIZEOF_OFF_T
/external/ImageMagick/
Dconfigure.ac1040 # Obtain size of off_t and define as SIZEOF_OFF_T

12