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

/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h119 void startslave (const char *host, const char *, int autologin, char *autoname);
H A Dsys_term.c1103 int autologin, char *autoname)
1108 if (!autoname || !autoname[0])
1174 start_login(host, autologin, autoname);
1102 startslave(const char *host, const char *utmp_host, int autologin, char *autoname) argument
H A Dtelnetd.c825 int level, char *autoname)
1003 startslave(host, utmp_host, level, autoname);
824 my_telnet(int f, int p, const char *host, const char *utmp_host, int level, char *autoname) argument
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c974 startslave(char *host, int autologin, char *autoname) argument
979 if (!autoname || !autoname[0])
994 start_login(host, autologin, autoname);

Completed in 142 milliseconds