Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c435 read_whole_file(struct mparse *curp, int fd, struct buf *fb, int *with_mmap) in read_whole_file() argument
460 *with_mmap = 1; in read_whole_file()
494 *with_mmap = 0; in read_whole_file()
563 int with_mmap; in mparse_readfd() local
575 if (read_whole_file(curp, fd, &blk, &with_mmap) == -1) in mparse_readfd()
611 if (with_mmap) in mparse_readfd()