OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outfds
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/autofs/
popen.c
85
int error, i, nullfd,
outfds
[2];
local in function:auto_popen
92
error = pipe(
outfds
);
124
dup2(
outfds
[1], STDOUT_FILENO);
127
close(
outfds
[0]);
128
close(
outfds
[1]);
140
cur->outfp = fdopen(
outfds
[0], "r");
142
close(
outfds
[1]);
Completed in 13 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025