Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dread.c571 read_whole_file(const char *file, int fd, struct buf *fb, int *with_mmap) in read_whole_file() argument
595 *with_mmap = 1; in read_whole_file()
608 *with_mmap = 0; in read_whole_file()
705 int with_mmap; in mparse_readfd() local
720 if ( ! read_whole_file(file, fd, &blk, &with_mmap)) { in mparse_readfd()
728 if (with_mmap) in mparse_readfd()
H A Dpreconv.c243 struct buf *fb, int *with_mmap) in read_whole_file() argument
268 *with_mmap = 1; in read_whole_file()
281 *with_mmap = 0; in read_whole_file()