HomeSort by relevance Sort by last modified time
    Searched refs:pipe2_safer (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
unistd-safer.h 30 int pipe2_safer (int[2], int);
unistd--.h 31 # define pipe2 pipe2_safer
pipe2-safer.c 31 pipe2_safer (int fd[2], int flags) function
spawn-pipe.c 139 if (pipe2_safer (ifd, O_BINARY | O_CLOEXEC) < 0)
142 if (pipe2_safer (ofd, O_BINARY | O_CLOEXEC) < 0)

Completed in 67 milliseconds