Searched defs:rlogin_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c107 static const char rlogin_path[] = "/usr/bin/rlogin"; variable
396 (void) execv(rlogin_path, argv0);
397 perror(rlogin_path);

Completed in 56 milliseconds