OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdinfd
(Results
1 - 1
of
1
) sorted by null
/external/bison/lib/
spawn-pipe.c
131
int
stdinfd
;
local
164
stdinfd
= -1;
175
|| ((
stdinfd
= open (prog_stdin, O_RDONLY, 0)) >= 0
176
&& (
stdinfd
== STDIN_FILENO
177
|| (dup2 (
stdinfd
, STDIN_FILENO) >= 0
178
&& close (
stdinfd
) >= 0))))
211
if (
stdinfd
>= 0)
212
close (
stdinfd
);
Completed in 60 milliseconds