Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/vms/
H A Dpc.c8 extern int piped_child();
30 pid = piped_child(linep, &tofd, &fromfd);
H A DMakefile.am40 piped_child.c \
H A Dbuild_vms.com10 $ CC piped_child.c
H A DMakefile.in126 piped_child.c \
H A Dpiped_child.c122 int piped_child(command, tofdp, fromfdp) in piped_child() function
/openbsd/gnu/usr.bin/cvs/os2/
H A Drun.c426 piped_child (char **argv, int *to, int *from) in piped_child() function
/openbsd/gnu/usr.bin/cvs/src/
H A Drun.c400 piped_child (command, tofdp, fromfdp) in piped_child() function
H A Dcvs.h692 int piped_child PROTO((char **, int *, int *));
H A Dclient.c3861 if (! piped_child (command, tofdp, fromfdp))
4971 rsh_pid = piped_child (argv, tofdp, fromfdp);
H A DChangeLog-971893 * run.c (piped_child, filter_stream_through_program):
3237 * run.c (piped_child, filter_stream_through_program): Actually
H A DChangeLog2427 * run.c (piped_child): Make the error messages more verbose.
2430 Adjust for change to piped_child error message.
3223 implementation of piped_child().
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
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Drun.c600 piped_child (char **argv, int *to, int *from) in piped_child() function