Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dpaths.h90 #define _PATH_RM "/bin/rm" macro
143 #undef _PATH_RM
144 #define _PATH_RM "/rescue/rm" macro
/freebsd-14.2/bin/mv/
H A Dmv.c427 execl(_PATH_RM, "mv", "-rf", "--", from, (char *)NULL); in copy()
431 warn("%s %s: waitpid", _PATH_RM, from); in copy()
435 warnx("%s %s: did not terminate normally", _PATH_RM, from); in copy()
442 warnx("%s %s: exec failed", _PATH_RM, from); in copy()
446 _PATH_RM, from, WEXITSTATUS(status)); in copy()