Home
last modified time | relevance | path

Searched refs:_sread (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdio/
H A Drefill.c130 fp->_r = _sread(fp, (char *)fp->_p, fp->_bf._size); in __srefill()
H A Dlocal.h54 extern int _sread(FILE *, char *, int);
H A Dstdio.c83 _sread(FILE *fp, char *buf, int n) in _sread() function