Searched refs:piped_child (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | rsh-client.c | 194 child_pid = piped_child (argv, &tofd, &fromfd, true); in start_rsh_server()
|
| H A D | run.c | 553 piped_child (char *const *command, int *tofdp, int *fromfdp, bool fix_stderr) in piped_child() function 611 return piped_child (run_argv, tofdp, fromfdp, false); in run_piped()
|
| H A D | cvs.h | 718 int piped_child (char *const *, int *, int *, bool);
|
| H A D | client.c | 3822 child_pid = piped_child (command, &tofd, &fromfd, false); in connect_to_forked_server()
|
| H A D | ChangeLog | 21 * cvs.h (piped_child): New bool argument saying whether O_NONBLOCK 24 so pass 'true' to piped_child to enable the workaround. 26 (piped_child): Use it if the fix is requested. Avoid call call to 1411 * release.c (release): Replace use of piped_child with a call 4406 (piped_child), server.c (output_dir, server_register, 11382 * run.c (piped_child): Make the error messages more verbose. 11385 Adjust for change to piped_child error message. 12178 implementation of piped_child().
|
| H A D | ChangeLog-97 | 1893 * run.c (piped_child, filter_stream_through_program): 3237 * run.c (piped_child, filter_stream_through_program): Actually
|
| H A D | ChangeLog-9395 | 1589 run_setup, run_args, run_exec, Popen, piped_child, close_on_exec, 1642 RSH_NOT_TRANSPARENT is not #defined. Use piped_child, instead of
|
| H A D | ChangeLog-96 | 121 * run.c (piped_child, filter_stream_through_program): If
|