Searched refs:pkginfoPath (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c140 char pkginfoPath[PATH_MAX]; local
167 i = snprintf(pkginfoPath, sizeof (pkginfoPath),
173 if (i > sizeof (pkginfoPath)) {
188 i = snprintf(pkginfoPath, sizeof (pkginfoPath), "%s/%s",
190 if (i > sizeof (pkginfoPath)) {
213 pkginfoPath, path);
222 if (strcmp(pkginfoPath, path) == 0) {
226 echoDebug(DBG_MERGINFO_DIFFERENT, pkginfoPath, pat
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c879 char pkginfoPath[PATH_MAX]; /* pkginfo file path */ local
890 (void) strcpy(pkginfoPath, eptlist[i]->ainfo.local);
909 pkginfoFP = fopen(pkginfoPath, "r");
912 progerr(ERR_NO_PKG_INFOFILE, pkginfoPath, strerror(errno));
917 progerr(gettext(ERR_NOPARAM), "PKG", pkginfoPath); local
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c2717 char pkginfoPath[PATH_MAX]; local
2763 len = snprintf(pkginfoPath, sizeof (pkginfoPath),
2774 pkginfoFP = fopen(pkginfoPath, "r");
2777 progerr(ERR_NO_PKG_INFOFILE, a_pkgInst, pkginfoPath,
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2561 char pkginfoPath[PATH_MAX]; /* pkg 2 install pkginfo file */ local
2607 len = snprintf(pkginfoPath, sizeof (pkginfoPath), "%s/pkginfo",
2609 if (len > sizeof (pkginfoPath)) {
2623 pkginfoFP = fopen(pkginfoPath, "r");
2626 progerr(ERR_NO_PKG_INFOFILE, a_pkgInst, pkginfoPath,

Completed in 761 milliseconds