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

  /external/bison/lib/
unistd-safer.h 22 int pipe_safer (int[2]);
unistd--.h 27 #define pipe pipe_safer
pipe-safer.c 31 pipe_safer (int fd[2]) function
spawn-pipe.c 263 if (pipe_safer (ifd) < 0)
266 if (pipe_safer (ofd) < 0)

Completed in 230 milliseconds