Searched refs:fromfdp (Results 1 – 2 of 2) sorted by relevance
553 piped_child (char *const *command, int *tofdp, int *fromfdp, bool fix_stderr) in piped_child() argument601 *fromfdp = from_child_pipe[0]; in piped_child()608 run_piped (int *tofdp, int *fromfdp) in run_piped() argument611 return piped_child (run_argv, tofdp, fromfdp, false); in run_piped()
663 Take tofdp, fromfdp, and log args. Caller changed.