Searched refs:_read (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | vsscanf.c | 55 f._read = eofread; in vsscanf()
|
H A D | vswscanf.c | 82 f._read = eofread; in vswscanf()
|
H A D | open_memstream.c | 151 fp->_read = NULL; in open_memstream()
|
H A D | open_wmemstream.c | 162 fp->_read = NULL; in open_wmemstream()
|
/aosp12/bionic/libc/bionic/ |
H A D | wcstod.cpp | 64 f._read = [](void*, char*, int) { return 0; }; // aka `eofread`, aka "no more data". in wcstod()
|
/aosp12/bionic/libc/stdio/ |
H A D | refill.c | 113 fp->_r = (*fp->_read)(fp->_cookie, (char *)fp->_p, fp->_bf._size); in __srefill()
|
H A D | local.h | 81 int (*_read)(void*, char*, int); member
|
H A 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()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
H A D | platformtest.cpp | 118 ASSERT_EQ(length_, _read(fd, temp_, length_)); in TEST_F()
|