Home | History | Annotate | Download | only in src

Lines Matching defs:errors

882 	int errors = 0;
887 return errors;
898 errors = STATUS_ERR;
922 errors = STATUS_ERR;
934 return errors;
1139 int *errors)
1152 *errors = 0;
1190 *errors = STATUS_ERR;
1196 if (*errors) {
1221 int errors = 0;
1223 users = get_users(s, &errors);
1224 if (!users && errors) {