Lines Matching refs:local_error
184 int local_error, ret; in handle_file() local
188 local_error = 0; in handle_file()
254 local_error += add_acl(nacl, entry->entry_number, &acl, in handle_file()
261 local_error += merge_acl(nacl, &acl, file->fts_path); in handle_file()
272 local_error += remove_default(&acl, in handle_file()
284 local_error++; in handle_file()
290 local_error++; in handle_file()
293 local_error += remove_default(&acl, in handle_file()
298 local_error += remove_acl(nacl, &acl, file->fts_path); in handle_file()
302 local_error += remove_by_number(entry->entry_number, in handle_file()
312 if (local_error) in handle_file()
333 if (local_error) { in handle_file()