OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe_out
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/plugins/
winbind.c
275
FILE *
pipe_out
;
local
327
pipe_out
= fdopen(child_out[0], "r");
390
while (fgets(buffer, sizeof(buffer)-1,
pipe_out
) != NULL) {
Completed in 40 milliseconds