Searched refs:_read (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vsscanf.c | 55 f._read = eofread; in vsscanf()
|
D | vswscanf.c | 82 f._read = eofread; in vswscanf()
|
D | open_memstream.c | 151 fp->_read = NULL; in open_memstream()
|
D | open_wmemstream.c | 162 fp->_read = NULL; in open_wmemstream()
|
/bionic/libc/bionic/ |
D | wcstod.cpp | 64 f._read = [](void*, char*, int) { return 0; }; // aka `eofread`, aka "no more data". in wcstod()
|
/bionic/libc/stdio/ |
D | refill.c | 113 fp->_r = (*fp->_read)(fp->_cookie, (char *)fp->_p, fp->_bf._size); in __srefill()
|
D | local.h | 81 int (*_read)(void*, char*, int); member
|
D | stdio.cpp | 75 ._read = __sread, ._write = __swrite, ._ext = { \ 240 fp->_read = __sread; in __FILE_init() 705 fp->_read = read_fn; in __funopen() 1132 ssize_t bytes_read = (*fp->_read)(fp->_cookie, dst, total); in fread_unlocked()
|