Home
last modified time | relevance | path

Searched refs:_PATH_RM (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/mv/
H A Dmv.c402 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 Dpathnames.h35 #define _PATH_RM RESCUEDIR "/rm" macro
38 #define _PATH_RM "/bin/rm" macro
/netbsd-src/usr.sbin/user/
H A Dpathnames.h43 #define _PATH_RM "/bin/rm" macro
H A Duser.c300 (void)asystem("%s -rf %s > /dev/null 2>&1 || true", _PATH_RM, in removehomedir()