Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/at/
H A Dperm.c56 static int check_for_user(FILE *fp,const char *name);
60 static int check_for_user(FILE *fp,const char *name) in check_for_user() function
104 return check_for_user(fp, pentry->pw_name); in check_permission()
117 return !check_for_user(fp, pentry->pw_name); in check_permission()