HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_FTELLO (Results 1 - 25 of 25) sorted by null

  /external/libdivsufsort/CMakeModules/
CheckLFS.cmake 28 check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO)
29 if(HAVE_FSEEKO AND HAVE_FTELLO)
48 endif(HAVE_FSEEKO AND HAVE_FTELLO)
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 149 #ifdef HAVE_FTELLO
config.in 116 #undef HAVE_FTELLO
bfdio.c 48 #elif defined (HAVE_FTELLO)
  /external/python/cpython2/android_arm/pyconfig/
pyconfig.h 257 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/android_arm64/pyconfig/
pyconfig.h 257 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/android_x86/pyconfig/
pyconfig.h 257 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/android_x86_64/pyconfig/
pyconfig.h 257 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/darwin_x86_64/pyconfig/
pyconfig.h 260 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/linux_x86_64/pyconfig/
pyconfig.h 260 #define HAVE_FTELLO 1
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 254 #define HAVE_FTELLO 1
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h 254 #define HAVE_FTELLO 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 254 #define HAVE_FTELLO 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 254 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 347 #undef HAVE_FTELLO
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h 262 #define HAVE_FTELLO 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 262 #define HAVE_FTELLO 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h 269 #define HAVE_FTELLO 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h 268 #define HAVE_FTELLO 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h 269 #define HAVE_FTELLO 1
    [all...]
  /external/python/cpython2/
pyconfig.h.in 259 #undef HAVE_FTELLO
    [all...]
  /external/python/cpython3/
pyconfig.h.in 330 #undef HAVE_FTELLO
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 742 #elif defined(HAVE_FTELLO) && SIZEOF_OFF_T >= 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 728 #elif defined(HAVE_FTELLO) && SIZEOF_OFF_T >= 8
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 740 #elif defined(HAVE_FTELLO) && SIZEOF_OFF_T >= 8
    [all...]

Completed in 548 milliseconds