Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__sfeof
usr/src/boot/include/stdio.h
493
#define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p))
usr/src/boot/include/stdio.h
512
#define feof_unlocked(p) __sfeof(p)