_read
ssize_t (*_read) (void *, void *, size_t);
#define read _read
fp->_read = __sread;
if (fp->_read)
._read = __sread, \
fp->_read = (flags & __SWR) ? NULL : fmemopen_read;
fp->_read = __sread;
fp->_read = __sread;
if (fp->_read)
fp->_read = readfn;
fp->_r = (int)(*fp->_read)(fp->_cookie, (char *)fp->_p,
f._read = NULL;
f._read = eofread;
f._read = eofread;
__strong_alias(_read, read)
db_printf("%-16s = %016" PRIx64 "\n", #x, reg_ ## x ## _read())
reg_##regname##_read(void) \
static inline uint32_t armreg_##name##_read(void) \
static inline uint32_t armreg_##name##_read(void) \
static inline uint64_t armreg_##name##_read(void) \
size_t _read(void *, size_t);
size_t nread = _read(dummybuf, toread);
return _read(buf, len);
csr_##regname##_read(void) \
__CONCAT(fs,_read), \
__CONCAT(fs,_read), \
#define FS_READ(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_read)
extern __compactcall int __CONCAT(fs,_read)(struct open_file *, void *, \
__weak_alias(_read,rump___sysimpl_read);