Home
last modified time | relevance | path

Searched refs:g_filesz (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c246 off_t g_filesz; /* Length of file */ member
890 ptr->L_gen.g_filesz = G_p->g_filesz; in add_lnk()
893 ptr->L_gen.g_filesz = G_p->g_filesz; in add_lnk()
1467 lcnt = G_p->g_filesz; in cksum()
1709 Gen.g_filesz = (off_t)SrcSt.st_size; in creat_hdr()
1711 Gen.g_filesz = (off_t)0; in creat_hdr()
2692 if (Args & (OCs | OCb) && G_p->g_filesz % 2) { in data_in()
2698 if (Args & (OCS | OCb) && G_p->g_filesz % 4) { in data_in()
2710 filesz = G_p->g_filesz; in data_in()
2785 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val; in data_in()
[all …]
/titanic_44/usr/src/cmd/tar/
H A Dtar.c401 off_t g_filesz; /* Length of file */ member
1465 (void) sscanf(dblock.dbuf.size, "%12" FMT_off_t_o, &Gen.g_filesz); in getdir()
1497 if (convtoreg(Gen.g_filesz)) in getdir()
1510 sp->st_size = Gen.g_filesz; in getdir()
1516 extsize = Gen.g_filesz; in getdir()
6998 Gen.g_filesz = xhdrp->x_filesz; in load_info_from_xtarhdr()