Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c381 char theAttr[PATH_MAX+1]; in merginfo() local
385 (void) strncpy(theAttr, pp->_nlName, pp->_nlLen-1); in merginfo()
386 theAttr[pp->_nlLen-1] = '\0'; in merginfo()
391 trg = fpkgparam(pkginfoFP, theAttr); in merginfo()
393 echoDebug(DBG_MERGINFO_ATTRCOMP, theAttr, in merginfo()
407 theAttr, src, trg); in merginfo()