check_for_user
return check_for_user(fp, pentry->pw_name);
return !check_for_user(fp, pentry->pw_name);
static int check_for_user(FILE *fp,const char *name);