/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | merginfo.c | 169 ((get_inst_root()) && in merginfo() 170 (strcmp(get_inst_root(), "/") != 0)) ? in merginfo() 171 get_inst_root() : "", pkginst, in merginfo() 175 ((get_inst_root()) && in merginfo() 176 (strcmp(get_inst_root(), "/") != 0)) ? in merginfo() 177 get_inst_root() : "/", in merginfo() 207 ((get_inst_root()) && in merginfo() 208 (strcmp(get_inst_root(), "/") != 0)) ? in merginfo() 209 get_inst_root() : "??", in merginfo()
|
H A D | dockspace.c | 380 basepath(path, get_basedir(), get_inst_root()); in readspace()
|
H A D | main.c | 862 set_PKGpaths(get_inst_root()); in main() 1143 export_client_env(get_inst_root()); in main() 2083 b = pkgAddPackageToGzonlyList(pkginst, get_inst_root()); in main()
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | fixpath.c | 193 ir_ptr = get_inst_root(); in fixpath() 222 npath = strdup(get_inst_root()); in fixpath() 245 ir_ptr = get_inst_root(); in fixpath_dup() 274 npath = pathdup(get_inst_root()); in fixpath_dup() 284 get_inst_root(void) in get_inst_root() function 752 putparam("PKG_INSTALL_ROOT", get_inst_root()); in put_path_params()
|
H A D | srcpath.c | 96 tmp_inst_root = get_inst_root(); in trans_srcp_pi()
|
H A D | dryrun.c | 261 (void) fprintf(fp_dra, "PKG_INSTALL_ROOT=%s\n", (((get_inst_root()) && in write_dryrun_ascii() 262 (strcmp(get_inst_root(), "/") != 0)) ? in write_dryrun_ascii() 263 get_inst_root() : "")); in write_dryrun_ascii()
|
H A D | mntinfo.c | 890 install_root = get_inst_root(); in get_mntinfo()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | checkmap.c | 307 root = get_inst_root(); in selpkg() 330 root = get_inst_root(); in selpkg()
|
H A D | ckentry.c | 68 char *ir = get_inst_root(); in ckentry()
|
H A D | main.c | 355 set_PKGpaths(get_inst_root()); in main()
|
/titanic_50/usr/src/cmd/svr4pkg/installf/ |
H A D | main.c | 278 (void) set_PKGpaths(get_inst_root()); in main() 447 "%s/%s\n", get_inst_root(), in main()
|
H A D | installf.c | 300 if ((root = get_inst_root()) == NULL) in checkPaths()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgparam/ |
H A D | pkgparam.c | 133 set_PKGpaths(get_inst_root()); in main()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | main.c | 491 set_PKGpaths(get_inst_root()); in main() 1071 (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE)) { in main() 1074 b = pkgRemovePackageFromGzonlyList(get_inst_root(), pkginst); in main()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 612 set_PKGpaths(get_inst_root()); in main() 1750 arg[nargs++] = get_inst_root(); in pkgRemove() 1928 if (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE) { in remove_packages_in_global_with_zones() 2112 in_gz_only = pkgIsPkgInGzOnly(get_inst_root(), pkginst); in remove_packages_in_global_with_zones() 2693 if (check_applicability(a_packageDir, pkginst, get_inst_root(), in check_packages()
|
H A D | check.c | 233 if (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE) { in preremove_verify()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 1037 set_PKGpaths(get_inst_root()); in main() 3107 pkginst, get_inst_root(), flags) == B_FALSE) { in unpack_and_check_packages() 3993 n = pkgInstall(get_inst_root(), NULL, packageDir, in add_packages_in_global_with_zones() 4246 n = pkgInstall(get_inst_root(), NULL, in add_packages_in_nonglobal_zone() 4358 pkginst, get_inst_root(), flags) == B_FALSE) { in add_packages_in_global_no_zones() 4399 n = pkgInstall(get_inst_root(), a_idsName, in add_packages_in_global_no_zones()
|
/titanic_50/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 269 set_PKGpaths(get_inst_root()); /* set up /var... directories */ in main()
|
/titanic_50/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 212 extern char *get_inst_root __P((void));
|