Home
last modified time | relevance | path

Searched refs:HAVE_FSEEKO (Results 1 – 25 of 29) sorted by relevance

12

/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake27 check_symbol_exists("fseeko" "stdio.h" HAVE_FSEEKO)
29 if(HAVE_FSEEKO AND HAVE_FTELLO)
48 endif(HAVE_FSEEKO AND HAVE_FTELLO)
/external/libpcap/
Dconfig.h56 #define HAVE_FSEEKO 1 macro
Dconfig.h.in58 #undef HAVE_FSEEKO
Dcmakeconfig.h.in55 #cmakedefine HAVE_FSEEKO 1
Dsf-pcap.c1105 #if defined(HAVE_FSEEKO)
/external/flac/
Dconfig.h86 #define HAVE_FSEEKO 1 macro
DCMakeLists.txt63 check_function_exists(fseeko HAVE_FSEEKO)
Dconfig.cmake.h.in75 #cmakedefine HAVE_FSEEKO
/external/flac/include/share/
Dcompat.h56 #if !defined(HAVE_FSEEKO)
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h251 #define HAVE_FSEEKO 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h251 #define HAVE_FSEEKO 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h251 #define HAVE_FSEEKO 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h251 #define HAVE_FSEEKO 1 macro
/external/rust/crates/libz-sys/src/zlib/
DCMakeLists.txt52 check_function_exists(fseeko HAVE_FSEEKO)
53 if(NOT HAVE_FSEEKO)
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h251 #define HAVE_FSEEKO 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h251 #define HAVE_FSEEKO 1 macro
/external/pdfium/third_party/libtiff/
Dtiffiop.h290 #if defined(HAVE_FSEEKO)
302 #if defined(HAVE_FSEEKO)
/external/tflite-support/third_party/
Dlibzip.BUILD62 "HAVE_FSEEKO": True,
/external/python/cpython3/android/darwin_x86_64/pyconfig/
Dpyconfig.h370 #define HAVE_FSEEKO 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h370 #define HAVE_FSEEKO 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h370 #define HAVE_FSEEKO 1 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h335 #undef HAVE_FSEEKO
/external/ImageMagick/m4/
Dac_func_fseeko.m469 AC_DEFINE(HAVE_FSEEKO, 1, definition
/external/rust/crates/libz-sys/src/zlib-ng/
DCMakeLists.txt357 check_function_exists(fseeko HAVE_FSEEKO)
358 if(NOT HAVE_FSEEKO)
/external/python/cpython2/Objects/
Dfileobject.c707 #elif defined(HAVE_FSEEKO) && SIZEOF_OFF_T >= 8 in _portable_fseek()

12