Home
last modified time | relevance | path

Searched refs:_FILE_OFFSET_BITS (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dconfig-win32.h425 # ifndef _FILE_OFFSET_BITS
426 # define _FILE_OFFSET_BITS 64 macro
432 defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
H A Dconfig-riscos.h205 #undef _FILE_OFFSET_BITS
H A Dconfig-os400.h240 #undef _FILE_OFFSET_BITS
H A Dcurl_config.h.cmake801 #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
/curl/CMake/
H A DCurlTests.c150 #ifdef _FILE_OFFSET_BITS
151 #undef _FILE_OFFSET_BITS
153 #define _FILE_OFFSET_BITS 64 macro
/curl/
H A DCMakeLists.txt1679 set(_FILE_OFFSET_BITS 64) variable
1684 # fseeko may not exist with _FILE_OFFSET_BITS=64 but can exist with
1685 # _FILE_OFFSET_BITS unset or 32 (e.g. Android ARMv7 with NDK 26b and API level < 24)
1686 # so we need to test fseeko after testing for _FILE_OFFSET_BITS

Completed in 21 milliseconds