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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c90 static int auth_onoff(const char *type, boolean_t on);
229 return (auth_onoff(type, B_TRUE));
235 return (auth_onoff(type, B_FALSE));
250 auth_onoff(const char *type, boolean_t on) function

Completed in 58 milliseconds