Lines Matching refs:Ifile
470 Ifile, /* File des. of file being archived */ variable
1481 if (read(Ifile, Buf_p, have) != have) { in cksum()
1492 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0) in cksum()
2850 if ((amount_read = read(Ifile, Buffr.b_in_p, readsz)) < 0) { in read_file()
2887 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
2914 npos = lseek(Ifile, curpos, SEEK_DATA); in read_compress_holes()
2921 *real_filesz = lseek(Ifile, 0, SEEK_END); in read_compress_holes()
2945 (void) lseek(Ifile, hl->hl_data, SEEK_SET); in read_compress_holes()
3068 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out()
3096 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE); in data_out()
3113 (void) close(Ifile); in data_out()
3141 (void) close(Ifile); in data_out()
3242 (void) close(Ifile); in data_out()
3274 if ((Ifile = openat(G_p->g_dirfd, get_component(namep), 0)) < 0) { in data_pass()
3293 holes = get_holes_info(Ifile, G_p->g_filesz, B_TRUE); in data_pass()
3296 rv = data_copy_with_holes(Ifile, Ofile, in data_pass()
3302 rv = data_copy(Ifile, Ofile, in data_pass()
3360 (void) close(Ifile); in data_pass()