Searched refs:read_whole_file (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | preconv.c | 60 static int read_whole_file(const char *, int, 242 read_whole_file(const char *f, int fd, in read_whole_file() function 476 if ( ! read_whole_file(fn, fd, &b, &map)) in main()
|
H A D | read.c | 71 static int read_whole_file(const char *, int, struct buf *, int *); 571 read_whole_file(const char *file, int fd, struct buf *fb, int *with_mmap) in read_whole_file() function 720 if ( ! read_whole_file(file, fd, &blk, &with_mmap)) { in mparse_readfd()
|