OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_stdin
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
execute.c
126
int
orig_stdin
;
local
137
orig_stdin
= dup_noinherit (STDIN_FILENO);
175
dup2 (
orig_stdin
, STDIN_FILENO), close (
orig_stdin
);
pipe.c
140
int
orig_stdin
;
local
167
orig_stdin
= dup_noinherit (STDIN_FILENO);
199
we want in the case of STD*_FILENO) and also
orig_stdin
,
216
dup2 (
orig_stdin
, STDIN_FILENO), close (
orig_stdin
);
Completed in 80 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026