Home | History | Annotate | Download | only in bison

Lines Matching refs:fd_safer

18461 fd_safer (int fd)
18465 int f = fd_safer (dup (fd));
18493 if (pipe (ofd) < 0 || (ofd[1] = fd_safer (ofd[1])) < 0)