Home | History | Annotate | Download | only in util

Lines Matching full:infile

61 FILE  *infile, *outfile;
1242 fseek(infile, 0, SEEK_END);
1243 in_len = ftell(infile);
1276 rewind(infile);
1284 if (fread(in, in_len, 1, infile) != 1) {
1372 if (fseek(infile, sizeof(magic) + sizeof(tw) + 1 + 1 + sizeof(tw),
1376 if (fread(&tw, sizeof(tw), 1, infile) < 1)
1379 if (fread(&tw, sizeof(tw), 1, infile) < 1)
1383 if (fread(&tw, sizeof(tw), 1, infile) < 1)
1396 src_len = fread(src, 1, max_src_len, infile);
1478 rewind(infile = f);
1487 || (s = argv[2], (infile = fopen(s, "rb")) == NULL)
1497 fclose(infile);