Home
last modified time | relevance | path

Searched refs:failed_patches_count (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dclient.h192 extern int failed_patches_count;
H A Dupdate.c283 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);
H A Dclient.c1595 int failed_patches_count; variable
2057 ((failed_patches_count + 1)
2059 failed_patches[failed_patches_count] = xstrdup (short_pathname);
2060 ++failed_patches_count;
H A DChangeLog-93952832 failed_patches_count extern.
3353 (failed_patches, failed_patches_count): New static variables.