Searched refs:bytes_read (Results 1 – 2 of 2) sorted by relevance
36 size_t bytes_read; in __fread_unlocked() local40 bytes_read = _IO_sgetn (fp, (char *) buf, bytes_requested); in __fread_unlocked()41 return bytes_requested == bytes_read ? count : bytes_read / size; in __fread_unlocked()
33 size_t bytes_read; in _IO_fread() local38 bytes_read = _IO_sgetn (fp, (char *) buf, bytes_requested); in _IO_fread()40 return bytes_requested == bytes_read ? count : bytes_read / size; in _IO_fread()
Completed in 6 milliseconds