rb_pipe 417 include/ruby/intern.h int rb_pipe(int *pipes); rb_pipe 4516 io.c if (rb_pipe(arg.write_pair) < 0) rb_pipe 4518 io.c if (rb_pipe(arg.pair) < 0) { rb_pipe 4531 io.c if (rb_pipe(arg.pair) < 0) rb_pipe 4537 io.c if (rb_pipe(arg.pair) < 0) rb_pipe 4602 io.c if (rb_pipe(write_pair) < 0) rb_pipe 4604 io.c if (rb_pipe(pair) < 0) { rb_pipe 4617 io.c if (rb_pipe(pair) < 0) rb_pipe 4623 io.c if (rb_pipe(pair) < 0) rb_pipe 7067 io.c if (rb_pipe(pipes) == -1) rb_pipe 2215 process.c ret = rb_pipe(filedes);