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

/freebsd-current/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,
/freebsd-current/include/
H A Dpaths.h51 #define _PATH_CP "/bin/cp" macro
121 #undef _PATH_CP macro
122 #define _PATH_CP "/rescue/cp" macro
/freebsd-current/crypto/openssh/
H A Dpathnames.h153 #ifndef _PATH_CP
154 #define _PATH_CP "cp" macro
H A Dscp.c1261 addargs(&alist, "%s", _PATH_CP);
/freebsd-current/bin/mv/
H A Dmv.c388 execl(_PATH_CP, "mv", vflg ? "-PRpv" : "-PRp", "--", from, to,
393 warn("%s %s %s: waitpid", _PATH_CP, from, to);
398 _PATH_CP, from, to);
405 warnx("%s %s %s: exec failed", _PATH_CP, from, to);
409 _PATH_CP, from, to, WEXITSTATUS(status));

Completed in 181 milliseconds