Home
last modified time | relevance | path

Searched refs: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); in nextinst()
222 while (pkginfo(&info, newinst, NULL, NULL) == 0) { in nextinst()
223 (void) snprintf(newinst, sizeof (newinst), in nextinst()
226 return (newinst); in nextinst()
274 (void) strcpy(newinst, info[0].pkginst); in prompt()
279 (void) strcpy(newinst, inst); in prompt()
284 return (newinst); in prompt()