Searched refs:getinst (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | Makefile | 33 getinst.o \
|
H A D | pkginstall.h | 93 extern char *getinst __P((int *updatingExisting, struct pkginfo *info,
|
H A D | getinst.c | 63 getinst(int *updatingExisting, struct pkginfo *info, int npkgs, function
|
H A D | main.c | 163 * getinst - [RW] - incremented if: 1357 * already installed. If there are none (npkgs == 0), getinst() just 1358 * returns the package abbreviation. Otherwise, getinst() interacts with 1364 pkginst = getinst(&update, prvinfo, npkgs, preinstallCheck);
|
Completed in 289 milliseconds