Home | History | Annotate | Download | only in gregbook

Lines Matching refs:infile

186 static FILE *infile;
339 infile = fopen("/etc/config/system.glGammaVal", "r");
340 if (infile) {
343 fgets(tmpline, 80, infile);
344 fclose(infile);
514 if (!(infile = fopen(filename, "rb"))) {
518 incount = fread(inbuf, 1, INBUFSIZE, infile);
550 fclose(infile);
606 } else if (ferror(infile)) {
610 } else if (feof(infile)) {
623 incount = fread(inbuf, 1, INBUFSIZE, infile);
629 fclose(infile);