Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/usr.sbin/authpf/
H A Dauthpf.c48 static int check_luser(char *, char *);
279 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(luser)) { in main()
521 check_luser(char *luserdir, char *luser) in check_luser() function