Searched refs:xfdopen (Results 1 – 5 of 5) 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()
160 FILE *xfdopen(int fd, char *mode);
487 FILE *xfdopen(int fd, char *mode) in xfdopen() function
1391 FILE *fp = fd ? xfdopen(fd, "r") : stdin; in do_lines()