Home
last modified time | relevance | path

Searched refs:pipe2_safer (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/
Dunistd-safer.h30 int pipe2_safer (int[2], int);
Dunistd--.h31 # define pipe2 pipe2_safer
Dpipe2-safer.c31 pipe2_safer (int fd[2], int flags) in pipe2_safer() function
Dspawn-pipe.c139 if (pipe2_safer (ifd, O_BINARY | O_CLOEXEC) < 0) in create_pipe()
142 if (pipe2_safer (ofd, O_BINARY | O_CLOEXEC) < 0) in create_pipe()