/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CheckFileOffsetBits.cmake | 1 # - 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 D | CheckFileOffsetBits.cmake | 1 # - 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 D | feature_tests.h | 215 #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 D | libcmdutils.h | 41 !((_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 D | lprefix.h | 25 #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 D | file_common.h | 41 #ifndef _FILE_OFFSET_BITS 42 #define _FILE_OFFSET_BITS 64 macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_type_test.cpp | 34 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \ 35 _FILE_OFFSET_BITS != 64
|
/freebsd/contrib/ncurses/progs/ |
H A D | progs.priv.h | 51 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64) 52 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
|
/freebsd/crypto/openssl/crypto/ |
H A D | o_fopen.c | 23 # ifndef _FILE_OFFSET_BITS 24 # define _FILE_OFFSET_BITS 64 macro
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h | 513 #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 D | gzguts.h | 10 # undef _FILE_OFFSET_BITS
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | platform.h | 56 # 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 D | gzguts.h | 14 # ifdef _FILE_OFFSET_BITS 15 # undef _FILE_OFFSET_BITS
|
/freebsd/contrib/bzip2/ |
H A D | spewG.c | 27 #define _FILE_OFFSET_BITS 64 macro
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_zlib.c | 74 #ifndef _FILE_OFFSET_BITS 75 #define _FILE_OFFSET_BITS 0 macro
|
/freebsd/contrib/libevent/test/ |
H A D | regress_zlib.c | 74 #ifndef _FILE_OFFSET_BITS 75 #define _FILE_OFFSET_BITS 0 macro
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evconfig-private.h.cmake | 21 #cmakedefine _FILE_OFFSET_BITS 1
|
H A D | evconfig-private.h.in | 28 #undef _FILE_OFFSET_BITS
|
/freebsd/contrib/libevent/ |
H A D | evconfig-private.h.cmake | 21 #cmakedefine _FILE_OFFSET_BITS 1
|
H A D | evconfig-private.h.in | 28 #undef _FILE_OFFSET_BITS
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_solaris.cpp | 13 #undef _FILE_OFFSET_BITS
|
H A D | sanitizer_solaris.cpp | 52 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 160 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 D | bss_file.c | 23 # ifndef _FILE_OFFSET_BITS 24 # define _FILE_OFFSET_BITS 64 macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 92 # if !defined(_LP64) && _FILE_OFFSET_BITS == 64
|