Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dpaths.h88 #define _PATH_RM "/bin/rm" macro
140 #undef _PATH_RM
141 #define _PATH_RM "/rescue/rm" macro
/freebsd-12-stable/bin/mv/
Dmv.c428 execl(_PATH_RM, "mv", "-rf", "--", from, (char *)NULL); in copy()
432 warn("%s %s: waitpid", _PATH_RM, from); in copy()
436 warnx("%s %s: did not terminate normally", _PATH_RM, from); in copy()
443 warnx("%s %s: exec failed", _PATH_RM, from); in copy()
447 _PATH_RM, from, WEXITSTATUS(status)); in copy()