Home
last modified time | relevance | path

Searched refs:fromfdp (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/cvs/vms/
H A Dpiped_child.c122 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 Drun.c400 piped_child (command, tofdp, fromfdp) in piped_child() argument
403 int *fromfdp;
448 *fromfdp = from_child_pipe[0];
H A Dclient.c3843 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 Dclient.h59 void connect_to_pserver PROTO ((int *tofdp, int* fromfdp, int verify_only,
H A DChangeLog-9395663 Take tofdp, fromfdp, and log args. Caller changed.