Searched refs:nbytesread (Results 1 – 2 of 2) sorted by relevance
528 size_t nbytesread; in read_file() local553 nbytesread = fread(self->buf, sizeof(char), n, self->fp); in read_file() local556 if (nbytesread != (size_t)n) { in read_file()
531 size_t nbytesread; in read_file() local556 nbytesread = fread(self->buf, sizeof(char), n, self->fp); in read_file() local559 if (nbytesread != (size_t)n) { in read_file()