Lines Matching defs:g_filesz

244 	off_t	g_filesz;	/* Length of file */
885 ptr->L_gen.g_filesz = G_p->g_filesz;
888 ptr->L_gen.g_filesz = G_p->g_filesz;
1462 lcnt = G_p->g_filesz;
1704 Gen.g_filesz = (off_t)SrcSt.st_size;
1706 Gen.g_filesz = (off_t)0;
2687 if (Args & (OCs | OCb) && G_p->g_filesz % 2) {
2693 if (Args & (OCS | OCb) && G_p->g_filesz % 4) {
2705 filesz = G_p->g_filesz;
2779 /* we must use g_filesz for the amount of padding */
2780 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
3002 FLUSH(G_p->g_filesz);
3005 /* Note that "size" and G_p->g_filesz are the same number */
3007 if ((size = readlink(nam_p, Buffr.b_in_p, G_p->g_filesz)) <
3034 * G_p->g_filesz is the length of the right-hand side of
3039 if (G_p->g_filesz > NAMSIZ) {
3044 if ((size = readlink(nam_p, T_lname, G_p->g_filesz)) < 0) {
3050 G_p->g_filesz = (off_t)0;
3067 orig_filesz = G_p->g_filesz;
3078 * G_p->g_filesz will need to be changed to be the size of
3083 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE);
3085 G_p->g_filesz = holes->holesdata_sz + holes->data_size;
3087 if (G_p->g_filesz > Max_offset) {
3174 amt_to_read = read_compress_holes(nam_p, G_p->g_filesz,
3177 amt_to_read = read_file(nam_p, G_p->g_filesz,
3190 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
3280 holes = get_holes_info(Ifile, G_p->g_filesz, B_TRUE);
3285 G_p->g_filesz, Bufsize, data_in_info, holes);
3291 G_p->g_filesz, Bufsize, data_in_info);
3579 if (tl_p->L_gen.g_filesz)
3648 * g_filesz set to 0, write the final (nth) header with the correct g_filesz
3666 if (Compress_sparse == 0 && G_p->g_filesz > Max_offset) {
3767 G_p->g_filesz = (off_t)0;
4386 * first n - 1 have g_filesz set to 0)) followed by the data for the file.
4402 tfsize = Gen.g_filesz;
4403 Gen.g_filesz = (off_t)0;
4409 Gen.g_filesz = tfsize;
4570 if (Gen.g_filesz < (off_t)0 || Gen.g_namesz < 1)
4881 bytes = Gen.g_filesz;
4895 pad = (Pad_val + 1 - (Gen.g_filesz & Pad_val)) &
4970 S_ISSPARSE(Gen.g_mode) && Gen.g_filesz > MIN_HOLES_HDRSIZE) {
4977 Gen.g_holes = read_holes_header(holesdata, Gen.g_filesz);
5519 (Max_filesz < (G_p->g_filesz >> 9))) {
5526 (off_t)(G_p->g_filesz - (Max_filesz << 9)));
5636 FILL(G_p->g_filesz);
5638 Buffr.b_out_p, G_p->g_filesz);
5639 *(Symlnk_p + G_p->g_filesz) = '\0';
5844 Gen.g_filesz = (off_t)mklong(Hdr.h_filesize);
5854 (u_off_t *)&Gen.g_filesz) == CHR_CNT) {
5878 (u_off_t *)&Gen.g_filesz, (uint_t *)&maj, (uint_t *)&min,
5900 (u_off_t *)&Gen.g_filesz);
5961 (u_off_t *)&Gen.g_filesz);
7052 off_t filesz = Gen.g_filesz;
7074 FILL(Gen.g_filesz);
7076 Gen.g_filesz);
7077 *(Symlnk_p + Gen.g_filesz) = '\0';
7142 * len is the value of g_filesz for normal files
7153 len = G_p->g_filesz;
7159 len = G_p->g_filesz;
7404 Gen.g_filesz = (off_t)0;
7602 (u_off_t *)&Gen_bar_vol.g_filesz);
7652 (u_off_t *)&Gen.g_filesz);
7749 (u_off_t *)&Gen_bar_vol.g_filesz);
8745 bytes = Gen.g_filesz;
8764 pad = (Pad_val + 1 - (Gen.g_filesz & Pad_val)) &
9014 Gen.g_filesz = attrlen;