HomeSort by: relevance | last modified time | path
    Searched defs:allowed_luser (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/usr.sbin/authpf/
authpf.c 47 static int allowed_luser(char *);
279 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(luser)) {
434 * allowed_luser checks to see if user "luser" is allowed to
445 allowed_luser(char *luser) function in typeref:typename:int
authpf.c 47 static int allowed_luser(char *);
279 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(luser)) {
434 * allowed_luser checks to see if user "luser" is allowed to
445 allowed_luser(char *luser) function in typeref:typename:int

Completed in 47 milliseconds