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

/freebsd-current/contrib/lua/src/
H A Dlprefix.h25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-current/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-current/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_common.h40 #ifndef _FILE_OFFSET_BITS
41 #define _FILE_OFFSET_BITS 64 macro
/freebsd-current/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-current/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-current/contrib/bzip2/
H A DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-current/contrib/ncurses/progs/
H A Dprogs.priv.h51 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
52 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-current/crypto/openssl/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h14 # ifdef _FILE_OFFSET_BITS
15 # undef _FILE_OFFSET_BITS macro
/freebsd-current/sys/contrib/zstd/programs/
H A Dplatform.h56 # if !defined(_FILE_OFFSET_BITS)
57 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fseeko */ macro
59 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET_BITS */
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp13 #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.h185 (SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)) || \
H A Dsanitizer_platform_limits_posix.cpp18 // depends on _FILE_OFFSET_BITS setting.
19 // To get this "true" dirent definition, we undefine _FILE_OFFSET_BITS below.
20 #undef _FILE_OFFSET_BITS macro
24 // Must go after undef _FILE_OFFSET_BITS.
28 // Must go after undef _FILE_OFFSET_BITS.
/freebsd-current/sys/contrib/zlib/
H A Dzconf.h513 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
530 #ifndef _FILE_OFFSET_BITS
531 #define _FILE_OFFSET_BITS 64 macro
H A Dgzguts.h10 # undef _FILE_OFFSET_BITS macro
/freebsd-current/contrib/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_file.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/freebsd-current/contrib/tzcode/
H A Dprivate.h161 On these platforms _FILE_OFFSET_BITS must also be 64; otherwise
163 otherwise rely on _FILE_OFFSET_BITS being 64, since it does not
165 #ifndef _FILE_OFFSET_BITS
166 # define _FILE_OFFSET_BITS 64 macro
168 #if !defined _TIME_BITS && _FILE_OFFSET_BITS == 64
/freebsd-current/contrib/dialog/
H A Dfselect.c47 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
48 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c24 #define _FILE_OFFSET_BITS 64 macro
/freebsd-current/contrib/sqlite3/
H A Dshell.c102 # ifndef _FILE_OFFSET_BITS
103 # define _FILE_OFFSET_BITS 64 macro
H A Dsqlite3.c205 # ifndef _FILE_OFFSET_BITS
206 # define _FILE_OFFSET_BITS 64 macro
308 /* The public SQLite interface. The _FILE_OFFSET_BITS macro must appear
[all...]

Completed in 837 milliseconds