HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_RM (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/mv/
pathnames.h 35 #define _PATH_RM RESCUEDIR "/rm"
38 #define _PATH_RM "/bin/rm"
mv.c 402 execl(_PATH_RM, "mv", "-rf", "--", from, NULL);
403 warn("%s", _PATH_RM);
407 warn("%s: waitpid", _PATH_RM);
411 warnx("%s: did not terminate normally", _PATH_RM);
416 _PATH_RM, WEXITSTATUS(status));
  /src/usr.sbin/user/
pathnames.h 43 #define _PATH_RM "/bin/rm"
user.c 300 (void)asystem("%s -rf %s > /dev/null 2>&1 || true", _PATH_RM,

Completed in 15 milliseconds