Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h366 #ifndef _PATH_RSH
368 #define _PATH_RSH RSH_PATH macro
370 #define _PATH_RSH "/usr/bin/rsh" macro
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dssh.c1222 args[i++] = _PATH_RSH;
1242 (void) execv(_PATH_RSH, args);
1243 perror(_PATH_RSH);
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c59 #define _PATH_RSH "/usr/bin/rsh" macro
597 if (susystem(_PATH_RSH, arglist) == -1) in toremote()