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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dgetinst.c50 static char newinst[PKGSIZ]; variable
221 (void) strcpy(newinst, pkgabrv);
222 while (pkginfo(&info, newinst, NULL, NULL) == 0) {
223 (void) snprintf(newinst, sizeof (newinst),
226 return (newinst);
274 (void) strcpy(newinst, info[0].pkginst);
279 (void) strcpy(newinst, inst);
284 return (newinst);

Completed in 1065 milliseconds