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

/freebsd-12-stable/contrib/telnet/telnetd/
H A Dtelnetd.h45 extern const char *altlogin;
H A Dsys_term.c1135 if (altlogin == NULL) {
1136 altlogin = _PATH_LOGIN;
1138 execv(altlogin, argv);
1140 syslog(LOG_ERR, "%s: %m", altlogin);
1141 fatalperror(net, altlogin);
H A Dtelnetd.c77 const char *altlogin; variable
262 altlogin = optarg;

Completed in 128 milliseconds