DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__sread
lib/libc/stdio/fdopen.c
81
fp->_read = __sread;
lib/libc/stdio/findfp.c
59
._read = __sread, \
lib/libc/stdio/fopen.c
64
fp->_read = __sread;
lib/libc/stdio/freopen.c
214
fp->_read = __sread;
lib/libc/stdio/local.h
68
extern int __sread(void *, char *, int);