Lines Matching refs:infile
127 static FILE *infile;
273 infile = fopen("/etc/config/system.glGammaVal", "r");
274 if (infile) {
277 fgets(tmpline, 80, infile);
278 fclose(infile);
394 } else if (!(infile = fopen(filename, "rb"))) {
398 incount = fread(inbuf, 1, INBUFSIZE, infile);
422 fclose(infile);
517 if (error || feof(infile) || rpng2_info.done)
521 incount = fread(inbuf, 1, INBUFSIZE, infile);
527 fclose(infile);