Home
last modified time | relevance | path

Searched refs:__sread (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfopen.c78 fp->_read = __sread; in fopen()
H A Dfdopen.c96 fp->_read = __sread; in fdopen()
H A Dlocal.h67 extern int __sread(void *, char *, int);
H A Dstdio.c49 __sread(void *cookie, char *buf, int n) in __sread() function
H A Dfindfp.c58 ._read = __sread, \
H A Dfreopen.c228 fp->_read = __sread; in freopen()