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

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

Completed in 57 milliseconds