Searched refs:with_mmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c610 struct buf *fb, int *with_mmap)
634 *with_mmap = 1;
653 *with_mmap = 0;
760 int with_mmap; local
763 if (read_whole_file(curp, file, fd, &blk, &with_mmap)) {
770 if (with_mmap)
609 read_whole_file(struct mparse *curp, const char *file, int fd, struct buf *fb, int *with_mmap) argument

Completed in 42 milliseconds