Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fileno
usr/src/boot/include/stdio.h
498
#define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p))
usr/src/lib/libc/port/stdio/fileno.c
42
fileno(FILE *iop)