Home
last modified time | relevance | path

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

/external/bison/lib/
Dunistd-safer.h21 int fd_safer (int);
Dfd-safer.c37 fd_safer (int fd) in fd_safer() function
Dpipe-safer.c39 fd[i] = fd_safer (fd[i]); in pipe_safer()
/external/bison/m4/
Dposix_spawn.m4131 fd_safer (int fd)
135 int f = fd_safer (dup (fd));
163 if (pipe (ofd) < 0 || (ofd[1] = fd_safer (ofd[1])) < 0)
/external/bison/
Dconfigure18461 fd_safer (int fd)
18465 int f = fd_safer (dup (fd));
18493 if (pipe (ofd) < 0 || (ofd[1] = fd_safer (ofd[1])) < 0)