HomeSort by: relevance | last modified time | path
    Searched defs:_FILE_OFFSET_BITS (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/gpl2/lvm2/dist/include/
lib.h 30 #define _FILE_OFFSET_BITS 64
  /src/external/gpl2/lvm2/dist/lib/misc/
lib.h 30 #define _FILE_OFFSET_BITS 64
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_solaris.cc 17 #undef _FILE_OFFSET_BITS
  /src/external/mit/lua/dist/src/
lprefix.h 28 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
30 #define _FILE_OFFSET_BITS 64
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_solaris.cpp 13 #undef _FILE_OFFSET_BITS
  /src/crypto/external/apache2/openssl/dist/crypto/
o_fopen.c 23 #ifndef _FILE_OFFSET_BITS
24 #define _FILE_OFFSET_BITS 64
  /src/external/bsd/bzip2/dist/
spewG.c 29 #define _FILE_OFFSET_BITS 64
  /src/crypto/external/bsd/openssl/dist/crypto/
o_fopen.c 23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_fopen.c 23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_solaris.cpp 13 #undef _FILE_OFFSET_BITS
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_file.c 23 #ifndef _FILE_OFFSET_BITS
24 #define _FILE_OFFSET_BITS 64
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_file.c 23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_file.c 23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64
  /src/external/bsd/zstd/dist/programs/
platform.h 56 # if !defined(_FILE_OFFSET_BITS)
57 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fseeko */
59 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET_BITS */
  /src/external/cddl/osnet/dist/uts/common/sys/
feature_tests.h 205 * The setting of _FILE_OFFSET_BITS controls the size of various file-related
215 #ifndef _FILE_OFFSET_BITS
216 #define _FILE_OFFSET_BITS 64
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
225 #if _FILE_OFFSET_BITS - 0 != 32 && _FILE_OFFSET_BITS - 0 != 64
226 #error "invalid _FILE_OFFSET_BITS value specified
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-command.c 56 #define _FILE_OFFSET_BITS 64
refresh_clvmd.c 23 #define _FILE_OFFSET_BITS 64
clvmd-cman.c 23 #define _FILE_OFFSET_BITS 64
clvmd-corosync.c 23 #define _FILE_OFFSET_BITS 64
tcp-comms.c 26 #define _FILE_OFFSET_BITS 64
  /src/external/bsd/libevent/dist/test/
regress_zlib.c 77 #ifndef _FILE_OFFSET_BITS
78 #define _FILE_OFFSET_BITS 0
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_zlib.c 76 #ifndef _FILE_OFFSET_BITS
77 #define _FILE_OFFSET_BITS 0
  /src/common/dist/zlib/
gzguts.h 10 # undef _FILE_OFFSET_BITS
  /src/external/bsd/zstd/dist/zlibWrapper/
gzguts.h 14 # ifdef _FILE_OFFSET_BITS
15 # undef _FILE_OFFSET_BITS
  /src/external/gpl2/lvm2/dist/tools/
tools.h 22 #define _FILE_OFFSET_BITS 64

Completed in 46 milliseconds

1 2 3