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

/freebsd-10.0-release/lib/libutil/
H A Dlogin_ok.c66 * login_str2inlist()
71 login_str2inlist(const char **ttlst, const char *str1, const char *str2, int flags) function
142 if (ttl != NULL && !login_str2inlist(ttl, tty, grp, 0))
147 if (ttl != NULL && login_str2inlist(ttl, tty, grp, 0))
187 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD))
192 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD))
H A Dlogin_cap.h158 int login_str2inlist(const char **, const char *, const char *, int);

Completed in 69 milliseconds