Searched refs:_FILE_OFFSET_BITS (Results 1 – 20 of 20) sorted by relevance
34 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \35 _FILE_OFFSET_BITS != 64
72 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)73 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
81 #ifndef _FILE_OFFSET_BITS82 #define _FILE_OFFSET_BITS 64 macro
13 #undef _FILE_OFFSET_BITS
52 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
213 #if SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)
181 (SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)) || \
20 #undef _FILE_OFFSET_BITS
502 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
506 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
499 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
10 # undef _FILE_OFFSET_BITS
391 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not466 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined636 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)645 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib669 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but697 defined; use the 64-bit versions by default when _FILE_OFFSET_BITS
36 # Do checks with _FILE_OFFSET_BITS=64 on Solaris, because we will build342 add_compile_definitions(_FILE_OFFSET_BITS=64)
373 add_compile_definitions(_FILE_OFFSET_BITS=64)388 add_compile_definitions(_FILE_OFFSET_BITS=64)401 add_compile_definitions(_FILE_OFFSET_BITS=64)
1103 # Build with _FILE_OFFSET_BITS=64 on Solaris to match g++ >= 9.1105 add_compile_definitions(_FILE_OFFSET_BITS=64)
772 #undef _FILE_OFFSET_BITS
1159 // Support for _FILE_OFFSET_BITS=64 landed gradually in Android, so the full set
1056 #undef _FILE_OFFSET_BITS
5083 with _FILE_OFFSET_BITS=64.