Lines Matching defs:g_filesz

246 	off_t	g_filesz;	/* Length of file */
890 ptr->L_gen.g_filesz = G_p->g_filesz;
893 ptr->L_gen.g_filesz = G_p->g_filesz;
1467 lcnt = G_p->g_filesz;
1709 Gen.g_filesz = (off_t)SrcSt.st_size;
1711 Gen.g_filesz = (off_t)0;
2692 if (Args & (OCs | OCb) && G_p->g_filesz % 2) {
2698 if (Args & (OCS | OCb) && G_p->g_filesz % 4) {
2710 filesz = G_p->g_filesz;
2784 /* we must use g_filesz for the amount of padding */
2785 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
3007 FLUSH(G_p->g_filesz);
3010 /* Note that "size" and G_p->g_filesz are the same number */
3012 if ((size = readlink(nam_p, Buffr.b_in_p, G_p->g_filesz)) <
3039 * G_p->g_filesz is the length of the right-hand side of
3044 if (G_p->g_filesz > NAMSIZ) {
3049 if ((size = readlink(nam_p, T_lname, G_p->g_filesz)) < 0) {
3055 G_p->g_filesz = (off_t)0;
3072 orig_filesz = G_p->g_filesz;
3083 * G_p->g_filesz will need to be changed to be the size of
3088 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE);
3090 G_p->g_filesz = holes->holesdata_sz + holes->data_size;
3092 if (G_p->g_filesz > Max_offset) {
3179 amt_to_read = read_compress_holes(nam_p, G_p->g_filesz,
3182 amt_to_read = read_file(nam_p, G_p->g_filesz,
3195 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
3285 holes = get_holes_info(Ifile, G_p->g_filesz, B_TRUE);
3290 G_p->g_filesz, Bufsize, data_in_info, holes);
3296 G_p->g_filesz, Bufsize, data_in_info);
3584 if (tl_p->L_gen.g_filesz)
3653 * g_filesz set to 0, write the final (nth) header with the correct g_filesz
3671 if (Compress_sparse == 0 && G_p->g_filesz > Max_offset) {
3772 G_p->g_filesz = (off_t)0;
4391 * first n - 1 have g_filesz set to 0)) followed by the data for the file.
4407 tfsize = Gen.g_filesz;
4408 Gen.g_filesz = (off_t)0;
4414 Gen.g_filesz = tfsize;
4575 if (Gen.g_filesz < (off_t)0 || Gen.g_namesz < 1)
4886 bytes = Gen.g_filesz;
4900 pad = (Pad_val + 1 - (Gen.g_filesz & Pad_val)) &
4975 S_ISSPARSE(Gen.g_mode) && Gen.g_filesz > MIN_HOLES_HDRSIZE) {
4982 Gen.g_holes = read_holes_header(holesdata, Gen.g_filesz);
5524 (Max_filesz < (G_p->g_filesz >> 9))) {
5531 (off_t)(G_p->g_filesz - (Max_filesz << 9)));
5641 FILL(G_p->g_filesz);
5643 Buffr.b_out_p, G_p->g_filesz);
5644 *(Symlnk_p + G_p->g_filesz) = '\0';
5849 Gen.g_filesz = (off_t)mklong(Hdr.h_filesize);
5859 (u_off_t *)&Gen.g_filesz) == CHR_CNT) {
5883 (u_off_t *)&Gen.g_filesz, (uint_t *)&maj, (uint_t *)&min,
5905 (u_off_t *)&Gen.g_filesz);
5966 (u_off_t *)&Gen.g_filesz);
7060 off_t filesz = Gen.g_filesz;
7082 FILL(Gen.g_filesz);
7084 Gen.g_filesz);
7085 *(Symlnk_p + Gen.g_filesz) = '\0';
7150 * len is the value of g_filesz for normal files
7161 len = G_p->g_filesz;
7167 len = G_p->g_filesz;
7412 Gen.g_filesz = (off_t)0;
7610 (u_off_t *)&Gen_bar_vol.g_filesz);
7660 (u_off_t *)&Gen.g_filesz);
7757 (u_off_t *)&Gen_bar_vol.g_filesz);
8753 bytes = Gen.g_filesz;
8772 pad = (Pad_val + 1 - (Gen.g_filesz & Pad_val)) &
9022 Gen.g_filesz = attrlen;