Home | History | Annotate | Download | only in sh

Lines Matching full:fread

206 	 * instead of fread(), to make sure we stop fetching input after
607 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \