Home
last modified time | relevance | path

Searched refs:use_mmap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp259 for (int use_mmap = 0;; use_mmap++) { in SharedPrintfCodeNoBuffer() local
260 if (use_mmap) { in SharedPrintfCodeNoBuffer()
/freebsd/usr.bin/sort/
H A Dfile.h82 extern bool use_mmap;
H A Dfile.c56 bool use_mmap; variable
604 if (strcmp(fsrc, "-") && (compress_program == NULL) && use_mmap) { in file_reader_init()
H A Dsort.c1135 use_mmap = true; in main()