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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_type_test.cc 29 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 172 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
  /src/common/dist/zlib/
zconf.h 536 # define z_off64_t off64_t
CMakeLists.txt 42 check_type_size(off64_t OFF64_T)
zconf.h.in 517 # define z_off64_t off64_t
zconf.h.cmakein 519 # define z_off64_t off64_t
configure 523 off64_t dummy = 0;
530 echo "Checking for off64_t... Yes." | tee -a configure.log
533 echo "Checking for off64_t... No." | tee -a configure.log

Completed in 14 milliseconds