HomeSort by: relevance | last modified time | path
    Searched refs:_FILE_OFFSET_BITS (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_type_test.cc 34 // rest (they depend on _FILE_OFFSET_BITS setting when building an application).
35 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
36 _FILE_OFFSET_BITS != 64
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_solaris.cc 17 #undef _FILE_OFFSET_BITS
sanitizer_platform_limits_solaris.h 213 #if SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)
sanitizer_solaris.cc 51 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
sanitizer_internal_defs.h 175 (SANITIZER_SOLARIS && (defined(_LP64) || _FILE_OFFSET_BITS == 64)) || \
sanitizer_platform_limits_posix.cc 21 // depends on _FILE_OFFSET_BITS setting.
22 // To get this "true" dirent definition, we undefine _FILE_OFFSET_BITS below.
23 #ifdef _FILE_OFFSET_BITS
24 #undef _FILE_OFFSET_BITS
  /src/lib/librumpuser/
rumpuser_config.h.in 159 #undef _FILE_OFFSET_BITS
rumpuser_port.h 123 # undef _FILE_OFFSET_BITS
124 # define _FILE_OFFSET_BITS 32
  /src/common/dist/zlib/
gzguts.h 10 # undef _FILE_OFFSET_BITS
zconf.h 518 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
zconf.h.in 502 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
zconf.h.cmakein 504 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
  /src/lib/libc/time/
private.h 68 On these platforms _FILE_OFFSET_BITS must also be 64; otherwise
70 otherwise rely on _FILE_OFFSET_BITS being 64, since it does not
73 # ifndef _FILE_OFFSET_BITS
74 # define _FILE_OFFSET_BITS 64
76 # if _FILE_OFFSET_BITS == 64
  /src/lib/libukfs/
ukfs.c 39 #define _FILE_OFFSET_BITS 64

Completed in 22 milliseconds