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

/freebsd-12-stable/usr.bin/at/
H A Dperm.c58 static int check_for_user(FILE *fp,const char *name);
62 static int check_for_user(FILE *fp,const char *name) function
106 return check_for_user(fp, pentry->pw_name);
119 return !check_for_user(fp, pentry->pw_name);

Completed in 101 milliseconds