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

/freebsd-9.3-release/usr.bin/at/
H A Dperm.c55 static int check_for_user(FILE *fp,const char *name);
59 static int check_for_user(FILE *fp,const char *name) function
103 return check_for_user(fp, pentry->pw_name);
116 return !check_for_user(fp, pentry->pw_name);

Completed in 189 milliseconds