Searched refs:_PATH_CP (Results 1 – 6 of 6) sorted by relevance
/freebsd/include/ |
H A D | paths.h | 51 #define _PATH_CP "/bin/cp" macro 123 #undef _PATH_CP 124 #define _PATH_CP "/rescue/cp" macro
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | rcp_locl.h | 63 #ifndef _PATH_CP 64 #define _PATH_CP "/bin/cp" macro
|
H A D | rcp.c | 237 ret = asprintf(&bp, "exec %s%s%s %s %s", _PATH_CP, in tolocal()
|
/freebsd/bin/mv/ |
H A D | mv.c | 383 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/crypto/openssh/ |
H A D | pathnames.h | 161 #ifndef _PATH_CP 162 #define _PATH_CP "cp" macro
|
H A D | scp.c | 1264 addargs(&alist, "%s", _PATH_CP); in tolocal()
|