Lines Matching full:patchcount
1181 int patchcount = (argc-4) / 2;
1185 for (i = 0; i < patchcount; ++i) {
1195 if (i != patchcount) {
1196 for (i = 0; i < patchcount*2; ++i) {
1203 char** patch_sha_str = malloc(patchcount * sizeof(char*));
1204 for (i = 0; i < patchcount; ++i) {
1213 patchcount, patch_sha_str, patches, NULL);
1215 for (i = 0; i < patchcount; ++i) {
1237 int patchcount = argc-1;
1240 int result = applypatch_check(filename, patchcount, sha1s);
1243 for (i = 0; i < patchcount; ++i) {