Searched refs:xfdopen (Results 1 – 6 of 6) sorted by relevance
38 if (!fscanf(fil = xfdopen(fd, "r"), "%d", &ret)) perror_exit_raw(name);
108 FILE *fp = xfdopen(fd, "r"); in do_xxd_reverse()
159 FILE *xfdopen(int fd, char *mode);
164 FILE *xfdopen(int fd, char *mode);
463 FILE *xfdopen(int fd, char *mode) in xfdopen() function
1356 FILE *fp = fd ? xfdopen(fd, "r") : stdin; in do_lines()