Searched refs:piped_child (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drsh-client.c30 implementing piped_child)... but I'm doing something else at the
38 uses it. If I get time, I want to make piped_child and all the
187 child_pid = piped_child (argv, &tofd, &fromfd, true);
H A Drun.c548 piped_child (char *const *command, int *tofdp, int *fromfdp, bool fix_stderr) function
603 return piped_child (run_argv, tofdp, fromfdp, false);
H A Dcvs.h697 int piped_child (char *const *, int *, int *, bool);
H A Dclient.c3786 cvs binary and call piped_child. */
3795 * I'm casting out the const below because I know that piped_child, the
3801 * an incompatible arg 1 being passed to piped_child and if I declare
3820 child_pid = piped_child (command, &tofd, &fromfd, false);

Completed in 193 milliseconds