OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wantfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdio/
freopen.c
67
int flags, isopen, oflags, sverrno,
wantfd
;
local in function:freopen
92
wantfd
= -1;
99
if ((
wantfd
= __sfileno(fp)) == -1 && isopen) {
122
if (isopen && f !=
wantfd
)
149
if (
wantfd
>= 0 && f !=
wantfd
) {
150
if (dup2(f,
wantfd
) >= 0) {
152
f =
wantfd
;
freopen.c
67
int flags, isopen, oflags, sverrno,
wantfd
;
local in function:freopen
92
wantfd
= -1;
99
if ((
wantfd
= __sfileno(fp)) == -1 && isopen) {
122
if (isopen && f !=
wantfd
)
149
if (
wantfd
>= 0 && f !=
wantfd
) {
150
if (dup2(f,
wantfd
) >= 0) {
152
f =
wantfd
;
Completed in 21 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025