Home
last modified time | relevance | path

Searched refs:piped_child (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drsh-client.c194 child_pid = piped_child (argv, &tofd, &fromfd, true); in start_rsh_server()
H A Drun.c553 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 Dcvs.h718 int piped_child (char *const *, int *, int *, bool);
H A Dclient.c3822 child_pid = piped_child (command, &tofd, &fromfd, false); in connect_to_forked_server()
H A DChangeLog21 * 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 DChangeLog-971893 * run.c (piped_child, filter_stream_through_program):
3237 * run.c (piped_child, filter_stream_through_program): Actually
H A DChangeLog-93951589 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 DChangeLog-96121 * run.c (piped_child, filter_stream_through_program): If