Searched refs:pipe_safer (Results 1 – 5 of 5) sorted by relevance
22 int pipe_safer (int[2]);
27 #define pipe pipe_safer
31 pipe_safer (int fd[2]) in pipe_safer() function
263 if (pipe_safer (ifd) < 0) in create_pipe()266 if (pipe_safer (ofd) < 0) in create_pipe()
7384 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer