Lines Matching defs:pkg
67 * If the "pkg" argument is a wildcard specification, the next found
69 * If the "pkg" argument is a NULL pointer, the structure pointed to
356 fpkginst(char *pkg, ...)
364 va_start(ap, pkg);
366 if (pkg == NULL) {
392 if (pkgnmchk(dp->d_name, pkg, 0))
413 if (pt = svr4inst(pkg))
425 svr4inst(char *pkg)
434 if (pkg == NULL) {
451 if (pkgnmchk(dp->d_name, pkg, 1))