Searched refs:attrib_save (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c511 char owner[ATRSIZ+1], group[ATRSIZ+1], attrib_save[(4*ATRSIZ)]; local
515 (void) strlcpy(attrib_save, attrib, sizeof (attrib_save));
539 logerr(gettext(MSG_GARBDEFLT), (attrib_save) ?
540 ((attrib_save[0]) ? attrib_save : gettext("none")) :
549 logerr(gettext(MSG_GARBDEFLT), (attrib_save) ?
550 ((attrib_save[0]) ? attrib_save : gettext("none")) :
564 logerr(gettext(MSG_GARBDEFLT), (attrib_save)
[all...]

Completed in 53 milliseconds