Home
last modified time | relevance | path

Searched refs:_read (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvsscanf.c55 f._read = eofread; in vsscanf()
Dvswscanf.c82 f._read = eofread; in vswscanf()
Dopen_memstream.c151 fp->_read = NULL; in open_memstream()
Dopen_wmemstream.c162 fp->_read = NULL; in open_wmemstream()
/bionic/libc/bionic/
Dwcstod.cpp64 f._read = [](void*, char*, int) { return 0; }; // aka `eofread`, aka "no more data". in wcstod()
/bionic/libc/stdio/
Drefill.c113 fp->_r = (*fp->_read)(fp->_cookie, (char *)fp->_p, fp->_bf._size); in __srefill()
Dstdio.cpp75 ._read = __sread, ._write = __swrite, ._ext = { \
243 fp->_read = __sread; in __fopen()
397 fp->_read = __sread; in freopen()
707 fp->_read = read_fn; in __funopen()
1137 ssize_t bytes_read = (*fp->_read)(fp->_cookie, dst, total); in fread_unlocked()
Dlocal.h81 int (*_read)(void*, char*, int); member