Lines Matching refs:fi
64 writefile(int fi, int fo, const char *infile, const char *outfile, in writefile() argument
90 (void) close(fi); in writefile()
113 (void) close(fi); in writefile()
138 MAP_SHARED, fi, (off_t)0)) == MAP_FAILED) in writefile()
163 (void) close(fi); in writefile()
189 (void) close(fi); in writefile()
205 MAP_FIXED, fi, offset) == MAP_FAILED) { in writefile()
207 (void) close(fi); in writefile()
221 n = read(fi, buf, sizeof (buf)); in writefile()
227 (void) close(fi); in writefile()
235 (void) close(fi); in writefile()