Searched refs:fail_on_eof (Results 1 – 1 of 1) sorted by relevance
235 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes() argument247 if (amt_read == 0 && !fail_on_eof) in read_bytes()