Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/interception/
Dinterception_type_test.cpp34 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
35 _FILE_OFFSET_BITS != 64
/openbsd/src/usr.bin/tic/
Dprogs.priv.h72 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
73 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/openbsd/src/lib/libcrypto/bio/
Dbss_file.c81 #ifndef _FILE_OFFSET_BITS
82 #define _FILE_OFFSET_BITS 64 macro
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_solaris.cpp13 #undef _FILE_OFFSET_BITS
Dsanitizer_solaris.cpp52 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
Dsanitizer_platform_limits_solaris.h213 #if SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)
Dsanitizer_internal_defs.h181 (SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)) || \
Dsanitizer_platform_limits_posix.cpp20 #undef _FILE_OFFSET_BITS
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzconf.h502 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/openbsd/src/sys/lib/libz/
Dzconf.h506 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/openbsd/src/lib/libz/
Dzconf.h499 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
Dgzguts.h10 # undef _FILE_OFFSET_BITS
DChangeLog391 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
466 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
636 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
645 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
669 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
697 defined; use the 64-bit versions by default when _FILE_OFFSET_BITS
/openbsd/src/gnu/llvm/llvm/cmake/
Dconfig-ix.cmake36 # Do checks with _FILE_OFFSET_BITS=64 on Solaris, because we will build
342 add_compile_definitions(_FILE_OFFSET_BITS=64)
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DHandleLLVMOptions.cmake373 add_compile_definitions(_FILE_OFFSET_BITS=64)
388 add_compile_definitions(_FILE_OFFSET_BITS=64)
401 add_compile_definitions(_FILE_OFFSET_BITS=64)
/openbsd/src/gnu/llvm/llvm/
DCMakeLists.txt1103 # Build with _FILE_OFFSET_BITS=64 on Solaris to match g++ >= 9.
1105 add_compile_definitions(_FILE_OFFSET_BITS=64)
/openbsd/src/usr.sbin/nsd/
Dconfig.h.in772 #undef _FILE_OFFSET_BITS
/openbsd/src/gnu/llvm/libcxx/include/
D__config1159 // Support for _FILE_OFFSET_BITS=64 landed gradually in Android, so the full set
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in1056 #undef _FILE_OFFSET_BITS
/openbsd/src/usr.sbin/nsd/doc/
DChangeLog5083 with _FILE_OFFSET_BITS=64.