OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:infds
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
svr-chansession.c
633
int
infds
[2];
local
642
if (pipe(
infds
) != 0)
670
if ((dup2(
infds
[FDIN], STDIN_FILENO) < 0) ||
677
close(
infds
[FDOUT]);
678
close(
infds
[FDIN]);
709
close(
infds
[FDIN]);
712
channel->writefd =
infds
[FDOUT];
Completed in 42 milliseconds