Home
last modified time | relevance | path

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

/netbsd-src/lib/libtelnet/
H A Dauth-proto.h80 int auth_wait(char *, size_t);
H A Dauth.c515 auth_wait(char *name, size_t l) in auth_wait() function
/netbsd-src/libexec/telnetd/
H A Dtelnetd.c501 retval = auth_wait(name, l); in getterminaltype()