OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sfeof
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/stdio/
feof.c
62
r =
__sfeof
(fp);
fgetws.c
67
if (
__sfeof
(fp) != 0) {
fgetwln.c
109
if (len == 0 || (wc == WEOF && !
__sfeof
(fp)))
/src/include/
stdio.h
482
#define
__sfeof
(p) (((p)->_flags & __SEOF) != 0)
macro
490
#define feof(p)
__sfeof
(p)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d
1625
int
__sfeof
()(FILE* p)
1647
return !__isthreaded ?
__sfeof
(file) : __feof(file);
Completed in 64 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026