Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dlogin_ok.c71 login_str2inlist(const char **ttlst, const char *str1, const char *str2, int flags) in login_str2inlist() function
142 if (ttl != NULL && !login_str2inlist(ttl, tty, grp, 0)) in login_ttyok()
147 if (ttl != NULL && login_str2inlist(ttl, tty, grp, 0)) in login_ttyok()
187 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok()
192 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok()
H A Dlogin_cap.h158 int login_str2inlist(const char **, const char *, const char *, int);