Home
last modified time | relevance | path

Searched refs:_PATH_RSH (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/appl/rcp/
H A Drcp_locl.h66 #undef _PATH_RSH
67 #define _PATH_RSH BINDIR "/rsh" macro
H A DChangeLog39 * rcp_locl.h: undef _PATH_RSH to make sure our version is used
48 * rcp_locl.h: use BINDIR instead of "/usr/bin/ with _PATH_RSH
H A Drcp.c192 _PATH_RSH, eflag ? " -e" : "", in toremote()
200 _PATH_RSH, eflag ? " -e" : "", in toremote()
/freebsd/include/
H A Dpaths.h88 #define _PATH_RSH "/usr/bin/rsh" macro
/freebsd/lib/libc/net/
H A Drcmdsh.c72 rshprog = _PATH_RSH; in rcmdsh()