Searched refs:preremovecheckPath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | check.c | 243 char preremovecheckPath[PATH_MAX+1]; local 255 len = snprintf(preremovecheckPath, 256 sizeof (preremovecheckPath), 261 if (len > sizeof (preremovecheckPath)) { 269 if (isfile((char *)NULL, preremovecheckPath) != 0) { 271 preremovecheckPath, strerror(errno)); 278 fp = fopen(preremovecheckPath, "r"); 281 preremovecheckPath, pkginst, zoneName,
|
H A D | main.c | 1879 char preremovecheckPath[PATH_MAX+1]; local 1969 (void) snprintf(preremovecheckPath, 1970 sizeof (preremovecheckPath), 1981 admnfile, preremovecheckPath, 2044 (void) snprintf(preremovecheckPath, 2045 sizeof (preremovecheckPath), 2056 admnfile, preremovecheckPath,
|
Completed in 68 milliseconds