Home
last modified time | relevance | path

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

/freebsd-10-stable/include/
Dpaths.h85 #define _PATH_RM "/bin/rm" macro
137 #undef _PATH_RM
138 #define _PATH_RM "/rescue/rm" macro
/freebsd-10-stable/bin/mv/
Dmv.c417 execl(_PATH_RM, "mv", "-rf", "--", from, (char *)NULL); in copy()
421 warn("%s %s: waitpid", _PATH_RM, from); in copy()
425 warnx("%s %s: did not terminate normally", _PATH_RM, from); in copy()
432 warnx("%s %s: exec failed", _PATH_RM, from); in copy()
436 _PATH_RM, from, WEXITSTATUS(status)); in copy()