Searched refs:auth_onoff (Results 1 – 1 of 1) sorted by relevance
106 int auth_onoff(char *type, int on);256 return(auth_onoff(type, 1)); in auth_enable()262 return(auth_onoff(type, 0)); in auth_disable()266 auth_onoff(char *type, int on) in auth_onoff() function