| /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 | 43 #if !SANITIZER_WINDOWS && (SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \ 44 _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/zstd/programs/ |
| H A D | platform.h | 50 # if !defined(_FILE_OFFSET_BITS) 51 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fse… macro
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zconf.h | 527 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) 544 #ifndef _FILE_OFFSET_BITS 545 #define _FILE_OFFSET_BITS 64 macro
|
| H A D | gzguts.h | 10 # undef _FILE_OFFSET_BITS
|
| /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/sqlite3/autosetup/ |
| H A D | cc-lib.tcl | 26 define _FILE_OFFSET_BITS 64
|
| /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/tzcode/ |
| H A D | private.h | 61 # ifndef _FILE_OFFSET_BITS 62 # define _FILE_OFFSET_BITS 64 macro 64 # if _FILE_OFFSET_BITS == 64
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | config.h.meson | 66 #mesondefine _FILE_OFFSET_BITS
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
| H A D | safestack_platform.h | 93 # if !defined(_LP64) && _FILE_OFFSET_BITS == 64
|