Searched defs:child_out (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/
H A Dwinbind.c266 int child_out[2]; local
287 if (pipe(child_out) == -1) {
297 forkret = safe_fork(child_in[0], child_out[1], 2);
308 close(child_out[0]);
320 close(child_out[1]);
327 pipe_out = fdopen(child_out[0], "r");
440 if (close(child_out[0]) == -1) {

Completed in 114 milliseconds