FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_sread
lib/libc/stdio/local.h
54
extern int _sread(FILE *, char *, int);
lib/libc/stdio/refill.c
130
fp->_r = _sread(fp, (char *)fp->_p, fp->_bf._size);