pipe              527 src/background.c     if (pipe (comm) == -1)
pipe              530 src/background.c     if (pipe (back_comm) == -1)
pipe              151 src/cons.handler.c         if (!((pipe (pipefd1) == 0) && ((pipe (pipefd2)) == 0)))
pipe             1383 src/subshell/common.c         else if (pipe (subshell_pipe) != 0)     /* subshell_type is BASH, ASH_BUSYBOX, DASH or ZSH */
pipe             1394 src/subshell/common.c         if (use_persistent_buffer && pipe (command_buffer_pipe) != 0)
pipe              426 src/vfs/shell/shell.c     if ((pipe (fileset1) < 0) || (pipe (fileset2) < 0))