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

/freebsd-13-stable/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-13-stable/crypto/openssh/
H A Dpathnames.h147 #ifndef _PATH_CP
148 #define _PATH_CP "cp" macro
H A Dscp.c1026 addargs(&alist, "%s", _PATH_CP);
/freebsd-13-stable/include/
H A Dpaths.h54 #define _PATH_CP "/bin/cp" macro
125 #undef _PATH_CP macro
126 #define _PATH_CP "/rescue/cp" macro
/freebsd-13-stable/bin/mv/
H A Dmv.c401 execl(_PATH_CP, "mv", vflg ? "-PRpv" : "-PRp", "--", from, to,
406 warn("%s %s %s: waitpid", _PATH_CP, from, to);
411 _PATH_CP, from, to);
418 warnx("%s %s %s: exec failed", _PATH_CP, from, to);
422 _PATH_CP, from, to, WEXITSTATUS(status));

Completed in 129 milliseconds