Searched defs:G_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c272 } Gen, *G_p; variable in typeref:struct:gen_hdr
856 if (sublist->L_gen.g_ino == G_p->g_ino &&
857 sublist->L_gen.g_dev == G_p->g_dev) {
866 new_entry->L_gen = *G_p; /* structure copy */
868 new_entry->L_gen.g_nam_p = e_zalloc(E_EXIT, (size_t)G_p->g_namesz);
870 (void) strcpy(new_entry->L_gen.g_nam_p, G_p->g_nam_p);
890 ptr->L_gen.g_filesz = G_p->g_filesz;
893 ptr->L_gen.g_filesz = G_p->g_filesz;
1133 if (G_p->g_namesz - 1 > Max_namesz) {
1143 if ((Args & OCr) && !Adir && !G_p
[all...]

Completed in 193 milliseconds