Searched refs:failed_patches_count (Results 1 – 4 of 4) sorted by relevance
192 extern int failed_patches_count;
283 if (failed_patches_count == 0)327 for (i = 0; i < failed_patches_count; i++)332 send_files (failed_patches_count, failed_patches, local,334 send_file_names (failed_patches_count, failed_patches, 0);335 free_names (&failed_patches_count, failed_patches);356 && (failed_patches_count == 0 || pass > 1))358 if (failed_patches_count > 0)359 free_names (&failed_patches_count, failed_patches);364 } while (failed_patches_count > 0);
1595 int failed_patches_count; variable2057 ((failed_patches_count + 1)2059 failed_patches[failed_patches_count] = xstrdup (short_pathname);2060 ++failed_patches_count;
2832 failed_patches_count extern.3353 (failed_patches, failed_patches_count): New static variables.