Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c72 static int read_whole_file(struct mparse *, int, struct buf *, int *);
435 read_whole_file(struct mparse *curp, int fd, struct buf *fb, int *with_mmap) in read_whole_file() function
575 if (read_whole_file(curp, fd, &blk, &with_mmap) == -1) in mparse_readfd()