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

/freebsd-13-stable/contrib/lua/src/
H A Dlprefix.h25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-13-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-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dfile_common.h40 #ifndef _FILE_OFFSET_BITS
41 #define _FILE_OFFSET_BITS 64 macro
/freebsd-13-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-13-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-13-stable/contrib/bzip2/
H A DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-13-stable/crypto/openssl/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/freebsd-13-stable/sys/contrib/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h499 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
516 #ifndef _FILE_OFFSET_BITS
517 #define _FILE_OFFSET_BITS 64 macro
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dplatform.h55 # if !defined(_FILE_OFFSET_BITS)
56 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fseeko */ macro
58 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET_BITS */
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h14 # ifdef _FILE_OFFSET_BITS
15 # undef _FILE_OFFSET_BITS macro
/freebsd-13-stable/contrib/ncurses/progs/
H A Dprogs.priv.h74 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
75 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-13-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.h213 #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-13-stable/contrib/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/freebsd-13-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-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c24 #define _FILE_OFFSET_BITS 64 macro
/freebsd-13-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...]

Completed in 1106 milliseconds