NetBSD
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
118
fp->_read = __sread;
lib/libc/stdio/findfp.c
69
._read = __sread, \
lib/libc/stdio/fopen.c
85
fp->_read = __sread;
lib/libc/stdio/freopen.c
172
fp->_read = __sread;
lib/libc/stdio/local.h
53
extern ssize_t __sread(void *, void *, size_t);