OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__sfileno
lib/libc/hidden/stdio.h
148
#define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p))
lib/libc/stdio/fileno.c
48
ret = __sfileno(fp);