Searched refs:_read (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvsscanf.c56 f._read = eofread;
H A Dsscanf.c60 f._read = eofread;
H A Dvswscanf.c82 f._read = eofread;
H A Dfmemopen.c177 fp->_read = (flags & __SWR) ? NULL : fmemopen_read;
H A Dopen_memstream.c151 fp->_read = NULL;
H A Dopen_wmemstream.c162 fp->_read = NULL;
/bionic/libc/stdio/
H A Dfread.c127 ssize_t bytes_read = (*fp->_read)(fp->_cookie, dst, total);
H A Drefill.c113 fp->_r = (*fp->_read)(fp->_cookie, (char *)fp->_p, fp->_bf._size);
H A Dstdio.cpp163 // Caller sets cookie, _read/_write etc.
189 fp->_read = __sread;
348 fp->_read = __sread;
571 fp->_read = read_fn;
H A Dlocal.h79 int (*_read)(void*, char*, int); member in struct:__sFILE

Completed in 137 milliseconds