Searched refs:_PATH_RM (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/mv/
H A Dpathnames.h35 #define _PATH_RM RESCUEDIR "/rm" macro
38 #define _PATH_RM "/bin/rm" macro
H A Dmv.c364 execl(_PATH_RM, "mv", "-rf", "--", from, NULL);
365 warn("%s", _PATH_RM);
369 warn("%s: waitpid", _PATH_RM);
373 warnx("%s: did not terminate normally", _PATH_RM);
378 _PATH_RM, WEXITSTATUS(status));
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dlocal.h48 #define _PATH_RM "/bin/rm" macro
H A Dwwterminfo.c113 execl(_PATH_RM, _PATH_RM, "-rf", wwterminfopath, 0);
/netbsd-6-1-5-RELEASE/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,

Completed in 72 milliseconds