Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/pf/authpf/
H A Dauthpf.c52 static int check_luser(const char *, char *);
309 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(pw)) { in main()
584 check_luser(const char *luserdir, char *l_user) in check_luser() function