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

/freebsd-11-stable/contrib/lua/src/
H A Dlprefix.h25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/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
/freebsd-11-stable/sys/cddl/contrib/opensolaris/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...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h41 !((_FILE_OFFSET_BITS == 64) || defined(_LARGEFILE64_SOURCE))
84 #if defined(_LP64) || (_FILE_OFFSET_BITS == 64)
107 #if defined(_LP64) || (_FILE_OFFSET_BITS == 64)
142 #if defined(_LP64) || (_FILE_OFFSET_BITS == 64)
/freebsd-11-stable/contrib/bzip2/
H A DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-11-stable/contrib/ncurses/progs/
H A Dprogs.priv.h70 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
71 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
507 #ifndef _FILE_OFFSET_BITS
508 #define _FILE_OFFSET_BITS 64 macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp18 #undef _FILE_OFFSET_BITS macro
H A Dsanitizer_platform_limits_solaris.h212 #if SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)
H A Dsanitizer_solaris.cpp52 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
H A Dsanitizer_internal_defs.h174 (SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)) || \
H A Dsanitizer_platform_limits_posix.cpp20 // depends on _FILE_OFFSET_BITS setting.
21 // To get this "true" dirent definition, we undefine _FILE_OFFSET_BITS below.
22 #ifdef _FILE_OFFSET_BITS
23 #undef _FILE_OFFSET_BITS macro
26 // Must go after undef _FILE_OFFSET_BITS.
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c81 # ifndef _FILE_OFFSET_BITS
82 # define _FILE_OFFSET_BITS 64 macro
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c47 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
48 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c79 # ifndef _FILE_OFFSET_BITS
80 # define _FILE_OFFSET_BITS 64 macro
H A Dsqlite3.c966 # ifndef _FILE_OFFSET_BITS
967 # define _FILE_OFFSET_BITS 64 macro
1058 /* The public SQLite interface. The _FILE_OFFSET_BITS macro must appear
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c67 # ifndef _FILE_OFFSET_BITS
68 # define _FILE_OFFSET_BITS 64 macro
24478 # ifndef _FILE_OFFSET_BITS
24479 # define _FILE_OFFSET_BITS 64 macro
[all...]

Completed in 1164 milliseconds