Searched refs:fd_safer (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dunistd-safer.h21 int fd_safer (int);
H A Dfd-safer.c34 descriptors, e.g., fd_safer (open ("file", O_RDONLY)). */
37 fd_safer (int fd) function
H A Dpipe-safer.c39 fd[i] = fd_safer (fd[i]);
/external/bison/
H A Dconfigure18461 fd_safer (int fd)
18465 int f = fd_safer (dup (fd));
18493 if (pipe (ofd) < 0 || (ofd[1] = fd_safer (ofd[1])) < 0)

Completed in 177 milliseconds