Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dread.c440 read_whole_file(struct mparse *curp, int fd, struct buf *fb, int *with_mmap) in read_whole_file() argument
465 *with_mmap = 1; in read_whole_file()
499 *with_mmap = 0; in read_whole_file()
568 int with_mmap; in mparse_readfd() local
580 if (read_whole_file(curp, fd, &blk, &with_mmap) == -1) in mparse_readfd()
616 if (with_mmap) in mparse_readfd()