Home
last modified time | relevance | path

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

/freebsd/include/
H A Dpaths.h89 #define _PATH_RM "/bin/rm" macro
142 #undef _PATH_RM
143 #define _PATH_RM "/rescue/rm" macro
/freebsd/bin/mv/
H A Dmv.c410 execl(_PATH_RM, "mv", "-rf", "--", from, (char *)NULL); in copy()
414 warn("%s %s: waitpid", _PATH_RM, from); in copy()
418 warnx("%s %s: did not terminate normally", _PATH_RM, from); in copy()
425 warnx("%s %s: exec failed", _PATH_RM, from); in copy()
429 _PATH_RM, from, WEXITSTATUS(status)); in copy()