Home
last modified time | relevance | path

Searched refs:_PATH_CP (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/include/
HDpaths.h51 #define _PATH_CP "/bin/cp" macro
123 #undef _PATH_CP
124 #define _PATH_CP "/rescue/cp" macro
/freebsd-head/crypto/heimdal/appl/rcp/
HDrcp_locl.h63 #ifndef _PATH_CP
64 #define _PATH_CP "/bin/cp" macro
HDrcp.c237 ret = asprintf(&bp, "exec %s%s%s %s %s", _PATH_CP, in tolocal()
/freebsd-head/bin/mv/
HDmv.c383 execl(_PATH_CP, "mv", vflg ? "-PRpv" : "-PRp", "--", from, to, in copy()
388 warn("%s %s %s: waitpid", _PATH_CP, from, to); in copy()
393 _PATH_CP, from, to); in copy()
400 warnx("%s %s %s: exec failed", _PATH_CP, from, to); in copy()
404 _PATH_CP, from, to, WEXITSTATUS(status)); in copy()
/freebsd-head/crypto/openssh/
HDpathnames.h158 #ifndef _PATH_CP
159 #define _PATH_CP "cp" macro
HDscp.c1263 addargs(&alist, "%s", _PATH_CP); in tolocal()