Lines Matching refs:pkginfo_path
2233 char pkginfo_path[PATH_MAX];
2237 (void) snprintf(pkginfo_path, sizeof (pkginfo_path),
2239 if ((fp = fopen(pkginfo_path, "r")) == NULL) {
2240 progerr(ERR_PKGINFO, pkginfo_path);
2347 char pkginfo_path[PATH_MAX];
2366 (void) snprintf(pkginfo_path, sizeof (pkginfo_path),
2368 if ((fp = fopen(pkginfo_path, "r")) == NULL) {
2369 progerr(ERR_PKGINFO, pkginfo_path);
2375 echoDebug(DBG_MERGINFOS_ENTRY, pkginfo_path);
2531 echoDebug(DBG_MERGINFOS_EXIT, pkginfo_path, retcode);
2588 echoDebug(DBG_MERGINFOS_EXIT, pkginfo_path, 0);