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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c380 char *trg; local
391 trg = fpkgparam(pkginfoFP, theAttr);
394 trg ? trg : "");
398 if (trg == (char *)NULL) {
405 if (strcmp(src, trg) != 0) {
407 theAttr, src, trg);

Completed in 57 milliseconds