Lines Matching defs:abbrev
72 * IMPORTANT NOTE: THE SIZE OF 'abbrev' IS HARD CODED INTO THE CHARACTER
76 static char abbrev[128+1];
147 if (strchr(abbrev, '.')) {
148 progerr(ERR_PKGABRV, abbrev);
150 (void) snprintf(wabbrev, sizeof (wabbrev), "%s.*", abbrev);
168 incompat(abbrev, info.name, a_preinstallCheck);
172 prereq(abbrev, name, a_preinstallCheck);
176 deponme(abbrev, info.name, a_preinstallCheck);
314 abbrev[0] = name[0] = type = '\0';
346 (void) sscanf(line, SSCANF_FORMAT, &type, abbrev, name);
412 if (strcmp(abbrev, rmpkg))
417 if (strchr(abbrev, '.') == 0) {
418 (void) strcat(abbrev, ".*");
423 if (inst = fpkginst(abbrev, alist[i], vlist[i])) {