Home | History | Annotate | Download | only in src

Lines Matching full:fread

251 	 * instead of fread(), to make sure we stop fetching input after
1121 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
1138 while ( (result = fread(buf, 1, max_size, gram_in))==0 && ferror(gram_in)) \
3443 size_t bytes_read = fread (buf, 1, size, fp);