Searched refs:pipe2_safer (Results 1 – 4 of 4) sorted by relevance
30 int pipe2_safer (int[2], int);
31 # define pipe2 pipe2_safer
31 pipe2_safer (int fd[2], int flags) in pipe2_safer() function
139 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()