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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c260 *g_attrpath_p, /* attribute path */ member in struct:gen_hdr
2811 (G_p->g_attrparent_p == NULL) ? G_p->g_nam_p : G_p->g_attrpath_p);
3103 G_p->g_attrpath_p));
3484 G_p->g_nam_p : G_p->g_attrpath_p);
3678 G_p->g_attrpath_p));
4787 if (Gen.g_attrpath_p != NULL) {
4788 free(Gen.g_attrpath_p);
4789 Gen.g_attrpath_p = NULL;
4805 Gen.g_attrpath_p = e_zalloc(E_EXIT,
4807 (void) snprintf(Gen.g_attrpath_p,
[all...]

Completed in 127 milliseconds