Lines Matching defs:found
153 int found;
158 found = 0;
159 while (!found && fgetpwent_r(fp, result, buffer, buflen) != NULL) {
161 found = 1;
166 if (!found) {
190 int found;
196 found = 0;
197 while (!found && fgetspent_r(fp, result, buffer, buflen) != NULL) {
199 found = 1;
204 if (!found) {
397 * PWU_SUCCESS, passwd found in user's old password history.
419 * treating user not found in backing store or no history as
536 debug("files_getattr: %s not found", HISTORY);
554 /* found user */
1149 int found;
1178 /* Copy and update if found. Add if not found. */
1180 found = 0;
1198 /* found user, update */
1199 found++;
1226 if (found == 0) {
1228 /* user not found, add to history file */