Searched refs:piped_child (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | pc.c | 8 extern int piped_child(); 30 pid = piped_child(linep, &tofd, &fromfd);
|
H A D | Makefile.am | 40 piped_child.c \
|
H A D | build_vms.com | 10 $ CC piped_child.c
|
H A D | Makefile.in | 126 piped_child.c \
|
H A D | piped_child.c | 122 int piped_child(command, tofdp, fromfdp) in piped_child() function
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | run.c | 426 piped_child (char **argv, int *to, int *from) in piped_child() function
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | run.c | 400 piped_child (command, tofdp, fromfdp) in piped_child() function
|
H A D | cvs.h | 692 int piped_child PROTO((char **, int *, int *));
|
H A D | client.c | 3861 if (! piped_child (command, tofdp, fromfdp)) 4971 rsh_pid = piped_child (argv, tofdp, fromfdp);
|
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 | 2427 * 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 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
|
/openbsd/gnu/usr.bin/cvs/windows-NT/ |
H A D | run.c | 600 piped_child (char **argv, int *to, int *from) in piped_child() function
|