OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_out
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/plugins/
winbind.c
266
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 50 milliseconds