Searched refs:ERR_NOPARAM (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | pkgenv.c | 47 #define ERR_NOPARAM "%s parameter is not defined in <%s>" macro 92 progerr(gettext(ERR_NOPARAM), "PKG", path); in pkgenv() 101 progerr(gettext(ERR_NOPARAM), "NAME", path); in pkgenv() 105 progerr(gettext(ERR_NOPARAM), "ARCH", path); in pkgenv() 109 progerr(gettext(ERR_NOPARAM), "VERSION", path); in pkgenv() 113 progerr(gettext(ERR_NOPARAM), "CATEGORY", path); in pkgenv()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 111 #define ERR_NOPARAM "parameter <%s> is not defined in <%s>" macro 445 progerr(gettext(ERR_NOPARAM), "PKG", svept->path); in main() 458 progerr(gettext(ERR_NOPARAM), "NAME", svept->path); in main() 495 progerr(gettext(ERR_NOPARAM), "CATEGORY", svept->path); in main() 917 progerr(gettext(ERR_NOPARAM), "PKG", pkginfoPath); in valid_zone_attr()
|