Searched refs:_PATH_RM (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/bin/mv/ |
H A D | mv.c | 402 execl(_PATH_RM, "mv", "-rf", "--", from, NULL); in copy() 403 warn("%s", _PATH_RM); in copy() 407 warn("%s: waitpid", _PATH_RM); in copy() 411 warnx("%s: did not terminate normally", _PATH_RM); in copy() 416 _PATH_RM, WEXITSTATUS(status)); in copy()
|
H A D | pathnames.h | 35 #define _PATH_RM RESCUEDIR "/rm" macro 38 #define _PATH_RM "/bin/rm" macro
|
/netbsd-src/usr.sbin/user/ |
H A D | pathnames.h | 43 #define _PATH_RM "/bin/rm" macro
|
H A D | user.c | 300 (void)asystem("%s -rf %s > /dev/null 2>&1 || true", _PATH_RM, in removehomedir()
|