Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.cmake1 # - Check if _FILE_OFFSET_BITS macro needed for large files
21 IF(NOT DEFINED _FILE_OFFSET_BITS)
22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files")
35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files") variable
36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files") variable
39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
41 ENDIF(NOT DEFINED _FILE_OFFSET_BITS)
/freebsd/contrib/libevent/cmake/
H A DCheckFileOffsetBits.cmake1 # - Check if _FILE_OFFSET_BITS macro needed for large files
21 IF(NOT DEFINED _FILE_OFFSET_BITS)
22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files")
35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files") variable
36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files") variable
39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
41 ENDIF(NOT DEFINED _FILE_OFFSET_BITS)
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h215 #ifndef _FILE_OFFSET_BITS
216 #define _FILE_OFFSET_BITS 64 macro
218 #if _FILE_OFFSET_BITS - 0 != 64
222 #ifndef _FILE_OFFSET_BITS
223 #define _FILE_OFFSET_BITS 32
225 #if _FILE_OFFSET_BITS - 0 != 32 && _FILE_OFFSET_BITS - 0 != 64
/freebsd/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/contrib/lua/src/
H A Dlprefix.h25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
27 #define _FILE_OFFSET_BITS 64 macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_common.h41 #ifndef _FILE_OFFSET_BITS
42 #define _FILE_OFFSET_BITS 64 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp34 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
35 _FILE_OFFSET_BITS != 64
/freebsd/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/crypto/openssl/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/freebsd/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
/freebsd/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, fse… macro
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h14 # ifdef _FILE_OFFSET_BITS
15 # undef _FILE_OFFSET_BITS
/freebsd/contrib/bzip2/
H A DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd/contrib/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/freebsd/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.cmake21 #cmakedefine _FILE_OFFSET_BITS 1
H A Devconfig-private.h.in28 #undef _FILE_OFFSET_BITS
/freebsd/contrib/libevent/
H A Devconfig-private.h.cmake21 #cmakedefine _FILE_OFFSET_BITS 1
H A Devconfig-private.h.in28 #undef _FILE_OFFSET_BITS
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp13 #undef _FILE_OFFSET_BITS
H A Dsanitizer_solaris.cpp52 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
/freebsd/contrib/tzcode/
H A Dprivate.h160 On these platforms _FILE_OFFSET_BITS must also be 64; otherwise
162 otherwise rely on _FILE_OFFSET_BITS being 64, since it does not
164 #ifndef _FILE_OFFSET_BITS
165 # define _FILE_OFFSET_BITS 64
167 #if !defined _TIME_BITS && _FILE_OFFSET_BITS == 64
166 # define _FILE_OFFSET_BITS global() macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_file.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h92 # if !defined(_LP64) && _FILE_OFFSET_BITS == 64

12