Searched refs:_FILE_OFFSET_BITS (Results 1 - 25 of 72) sorted by relevance

123

/netbsd-current/external/mit/lua/dist/src/
H A Dlprefix.h28 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
30 #define _FILE_OFFSET_BITS 64 macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_type_test.cc34 // rest (they depend on _FILE_OFFSET_BITS setting when building an application).
35 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
36 _FILE_OFFSET_BITS != 64
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_type_test.cpp33 // rest (they depend on _FILE_OFFSET_BITS setting when building an application).
34 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
35 _FILE_OFFSET_BITS != 64
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlib.h30 #define _FILE_OFFSET_BITS 64 macro
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlib.h30 #define _FILE_OFFSET_BITS 64 macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_type_test.cc32 // rest (they depend on _FILE_OFFSET_BITS setting when building an application).
33 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
34 _FILE_OFFSET_BITS != 64
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfeature_tests.h205 * The setting of _FILE_OFFSET_BITS controls the size of various file-related
215 #ifndef _FILE_OFFSET_BITS
216 #define _FILE_OFFSET_BITS 64 macro
218 #if _FILE_OFFSET_BITS - 0 != 64
219 #error "invalid _FILE_OFFSET_BITS value specified"
222 #ifndef _FILE_OFFSET_BITS
223 #define _FILE_OFFSET_BITS 32 macro
225 #if _FILE_OFFSET_BITS - 0 != 32 && _FILE_OFFSET_BITS - 0 != 64
226 #error "invalid _FILE_OFFSET_BITS valu
[all...]
/netbsd-current/external/bsd/bzip2/dist/
H A DspewG.c29 #define _FILE_OFFSET_BITS 64 macro
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devconfig-private.h.in28 #undef _FILE_OFFSET_BITS
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dglob.h159 #if _FILE_OFFSET_BITS == 64 && __GNUC__ < 2
180 #if _FILE_OFFSET_BITS != 64 || __GNUC__ < 2
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/netbsd-current/common/dist/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cc17 #undef _FILE_OFFSET_BITS macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cc17 #undef _FILE_OFFSET_BITS macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp13 #undef _FILE_OFFSET_BITS macro
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_zlib.c77 #ifndef _FILE_OFFSET_BITS
78 #define _FILE_OFFSET_BITS 0 macro
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_zlib.c76 #ifndef _FILE_OFFSET_BITS
77 #define _FILE_OFFSET_BITS 0 macro
/netbsd-current/lib/librumpuser/
H A Drumpuser_port.h121 # undef _FILE_OFFSET_BITS macro
122 # define _FILE_OFFSET_BITS 32 macro
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dtools.h22 #define _FILE_OFFSET_BITS 64 macro
/netbsd-current/external/gpl2/gmake/dist/
H A Dconfig.h.in405 #undef _FILE_OFFSET_BITS

Completed in 274 milliseconds

123