Home
last modified time | relevance | path

Searched refs:getauthmask (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libtelnet/
H A Dauth-proto.h71 int getauthmask(const char *, int *);
H A Dauth.c185 getauthmask(const char *type, int *maskp) in getauthmask() function
235 if (!getauthmask(type, &mask)) { in auth_onoff()