Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Drun.c553 piped_child (char *const *command, int *tofdp, int *fromfdp, bool fix_stderr) in piped_child() argument
601 *fromfdp = from_child_pipe[0]; in piped_child()
608 run_piped (int *tofdp, int *fromfdp) in run_piped() argument
611 return piped_child (run_argv, tofdp, fromfdp, false); in run_piped()
DChangeLog-9395663 Take tofdp, fromfdp, and log args. Caller changed.