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

/external/bison/lib/
H A Dunistd-safer.h22 int fd_safer (int);
H A Ddup-safer.c42 /* fd_safer calls us back, but eventually the recursion unwinds and
44 return fd_safer (dup (fd));
H A Dfd-safer.c44 descriptors, e.g., fd_safer (open ("file", O_RDONLY)). */
47 fd_safer (int fd) function
H A Dpipe-safer.c42 int f = fd_safer (fd[i]);
H A Dsubpipe.c117 || (child_fd[0] = fd_safer (child_fd[0])) < 0
118 || (fd[0] = fd_safer (child_fd[1])) < 0
120 || (fd[1] = fd_safer (pipe_fd[0])) < 0
121 || (child_fd[1] = fd_safer (pipe_fd[1])) < 0)

Completed in 51 milliseconds