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

/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth-proto.h76 int auth_onoff(char *type, int on);
H A Dauth.c247 return(auth_onoff(type, 1));
253 return(auth_onoff(type, 0));
257 auth_onoff(char *type, int on) function
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.c106 int auth_onoff(char *type, int on);
256 return(auth_onoff(type, 1));
262 return(auth_onoff(type, 0));
266 auth_onoff(char *type, int on) function

Completed in 110 milliseconds