Home | History | Annotate | Download | only in uconv

Lines Matching full:infile

591     FILE *infile;
623 infile = fopen(infilestr, "rb");
624 if (infile == 0) {
636 infile = stdin;
741 rd = fread(buf, 1, bufsz, infile);
742 if (ferror(infile) != 0) {
1058 fclose(infile);