Searched refs:fromfdp (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | piped_child.c | 122 int piped_child(command, tofdp, fromfdp) in piped_child() argument 124 int *tofdp, *fromfdp; 297 *fromfdp = fileno(siop->read_fp); 302 *tofdp, *fromfdp);
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | run.c | 400 piped_child (command, tofdp, fromfdp) in piped_child() argument 403 int *fromfdp; 448 *fromfdp = from_child_pipe[0];
|
H A D | client.c | 3843 int *tofdp, *fromfdp; in connect_to_forked_server() 3879 int *tofdp, *fromfdp; in connect_to_pserver() 4108 *fromfdp = 0; 4115 *fromfdp = fromfd; 4146 start_tcp_server (tofdp, fromfdp) in start_tcp_server() argument 4147 int *tofdp, *fromfdp; in start_tcp_server() 4212 *fromfdp = s; 4825 start_rsh_server (tofdp, fromfdp) in start_rsh_server() argument 4826 int *tofdp, *fromfdp; in start_rsh_server() 4906 *fromfdp = pipes[1]; [all …]
|
H A D | client.h | 59 void connect_to_pserver PROTO ((int *tofdp, int* fromfdp, int verify_only,
|
H A D | ChangeLog-9395 | 663 Take tofdp, fromfdp, and log args. Caller changed.
|