Home
last modified time | relevance | path

Searched refs:preremovecheckPath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dcheck.c243 char preremovecheckPath[PATH_MAX+1]; in preremove_verify() local
255 len = snprintf(preremovecheckPath, in preremove_verify()
256 sizeof (preremovecheckPath), in preremove_verify()
261 if (len > sizeof (preremovecheckPath)) { in preremove_verify()
269 if (isfile((char *)NULL, preremovecheckPath) != 0) { in preremove_verify()
271 preremovecheckPath, strerror(errno)); in preremove_verify()
278 fp = fopen(preremovecheckPath, "r"); in preremove_verify()
281 preremovecheckPath, pkginst, zoneName, in preremove_verify()
H A Dmain.c1882 char preremovecheckPath[PATH_MAX+1]; in remove_packages_in_global_with_zones() local
1972 (void) snprintf(preremovecheckPath, in remove_packages_in_global_with_zones()
1973 sizeof (preremovecheckPath), in remove_packages_in_global_with_zones()
1984 admnfile, preremovecheckPath, in remove_packages_in_global_with_zones()
2047 (void) snprintf(preremovecheckPath, in remove_packages_in_global_with_zones()
2048 sizeof (preremovecheckPath), in remove_packages_in_global_with_zones()
2059 admnfile, preremovecheckPath, in remove_packages_in_global_with_zones()