Lines Matching refs:Ifile
461 Ifile, /* File des. of file being archived */ variable
1472 if (read(Ifile, Buf_p, have) != have) { in cksum()
1483 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0) in cksum()
2842 if ((amount_read = read(Ifile, Buffr.b_in_p, readsz)) < 0) { in read_file()
2879 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
2906 npos = lseek(Ifile, curpos, SEEK_DATA); in read_compress_holes()
2913 *real_filesz = lseek(Ifile, 0, SEEK_END); in read_compress_holes()
2937 (void) lseek(Ifile, hl->hl_data, SEEK_SET); in read_compress_holes()
3060 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out()
3088 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE); in data_out()
3105 (void) close(Ifile); in data_out()
3133 (void) close(Ifile); in data_out()
3234 (void) close(Ifile); in data_out()
3266 if ((Ifile = openat(G_p->g_dirfd, get_component(namep), 0)) < 0) { in data_pass()
3285 holes = get_holes_info(Ifile, G_p->g_filesz, B_TRUE); in data_pass()
3288 rv = data_copy_with_holes(Ifile, Ofile, in data_pass()
3294 rv = data_copy(Ifile, Ofile, in data_pass()
3352 (void) close(Ifile); in data_pass()