Lines Matching refs:remove
339 * (name) of the package to remove
342 * B_FALSE - failed to remove package from file
422 (void) remove(destPath);
442 get_prog_name(), "remove", a_pkgInst, timeb);
488 if ((access(savePath, F_OK) == 0) && remove(savePath)) {
490 (void) remove(destPath);
496 (void) remove(destPath);
505 (void) remove(destPath);
509 if (remove(savePath) != 0) {
615 (void) remove(destPath);
681 if ((access(savePath, F_OK) == 0) && remove(savePath)) {
683 (void) remove(destPath);
689 (void) remove(destPath);
698 (void) remove(destPath);
702 if (remove(savePath) != 0) {
1058 /* remove any architecture extension */