Home
last modified time | relevance | path

Searched refs:set_inst_root (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c99 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
121 if (!set_inst_root(optarg)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c195 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
243 if (!set_inst_root(optarg)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c172 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
336 if (!set_inst_root(Rvalue)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c176 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
259 if (!set_inst_root(optarg)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c211 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
414 if (!set_inst_root(optarg)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c123 set_inst_root(char *path) in set_inst_root() function
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c333 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
681 if (!set_inst_root(optarg)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h219 extern int set_inst_root __P((char *path));
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c274 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
441 if (!set_inst_root(optarg)) { in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c626 if (!set_inst_root(Rpath)) { in main()