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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_solaris.cc 17 #undef _FILE_OFFSET_BITS
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/common/dist/zlib/
gzguts.h 10 # undef _FILE_OFFSET_BITS
  /src/lib/librumpuser/
rumpuser_port.h 123 # undef _FILE_OFFSET_BITS
124 # define _FILE_OFFSET_BITS 32
  /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 25 milliseconds