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

/freebsd-10-stable/crypto/heimdal/appl/rcp/
H A Drcp.c33 #define RSH_PROGRAM "rsh" macro
752 args[i++] = RSH_PROGRAM;
779 execvp(RSH_PROGRAM, args);
780 perror(RSH_PROGRAM);

Completed in 53 milliseconds