Home | History | Annotate | Download | only in src

Lines Matching defs:bytes_read

3530   size_t bytes_read = fread (buf, 1, size, fp);
3531 if (bytes_read)
3533 bytes_read);
3537 char const *lim = buf + bytes_read;
3566 return bytes_read;