Home
last modified time | relevance | path

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

/freebsd-12.1/include/
H A Dpaths.h51 #define _PATH_CP "/bin/cp" macro
122 #undef _PATH_CP
123 #define _PATH_CP "/rescue/cp" macro
/freebsd-12.1/crypto/heimdal/appl/rcp/
H A Drcp_locl.h63 #ifndef _PATH_CP
64 #define _PATH_CP "/bin/cp" macro
H A Drcp.c237 ret = asprintf(&bp, "exec %s%s%s %s %s", _PATH_CP, in tolocal()
/freebsd-12.1/bin/mv/
H A Dmv.c401 execl(_PATH_CP, "mv", vflg ? "-PRpv" : "-PRp", "--", from, to, in copy()
406 warn("%s %s %s: waitpid", _PATH_CP, from, to); in copy()
411 _PATH_CP, from, to); in copy()
418 warnx("%s %s %s: exec failed", _PATH_CP, from, to); in copy()
422 _PATH_CP, from, to, WEXITSTATUS(status)); in copy()
/freebsd-12.1/crypto/openssh/
H A Dpathnames.h147 #ifndef _PATH_CP
148 #define _PATH_CP "cp" macro
H A Dscp.c1026 addargs(&alist, "%s", _PATH_CP); in tolocal()