Lines Matching refs:pkginst
85 static void deponme(char *pkginst, char *pkgname,
87 static void prereq(char *pkginst, char *pkgname,
89 static void incompat(char *pkginst, char *pkgname,
208 incompat(char *pkginst, char *pkgname, boolean_t a_preinstallCheck) in incompat() argument
217 (void) fprintf(stdout, "incompat=%s\n", pkginst); in incompat()
222 (void) snprintf(buf, sizeof (buf), ERR_INCOMP_VERS, pkginst, pkgname); in incompat()
228 prereq(char *pkginst, char *pkgname, boolean_t a_preinstallCheck) in prereq() argument
242 "prerequisite-incomplete=%s\n", pkginst); in prereq()
245 "prerequisite-installed=%s\n", pkginst); in prereq()
252 (void) snprintf(buf, sizeof (buf), ERR_PRENCI, pkginst, in prereq()
257 (void) snprintf(buf, sizeof (buf), ERR_PREREQ, pkginst, in prereq()
276 deponme(char *pkginst, char *pkgname, boolean_t a_preinstallCheck) in deponme() argument
288 "dependonme=%s", pkginst); in deponme()
291 "dependsonme=%s:%s", pkginst, pkgname); in deponme()
299 (void) snprintf(buf, sizeof (buf), ERR_DEPONME, pkginst); in deponme()
301 (void) snprintf(buf, sizeof (buf), ERR_DEPNAM, pkginst, in deponme()