Lines Matching full:patchcount
1168 int patchcount = (argc-4) / 2;
1172 for (i = 0; i < patchcount; ++i) {
1182 if (i != patchcount) {
1183 for (i = 0; i < patchcount*2; ++i) {
1190 char** patch_sha_str = malloc(patchcount * sizeof(char*));
1191 for (i = 0; i < patchcount; ++i) {
1200 patchcount, patch_sha_str, patches, NULL);
1202 for (i = 0; i < patchcount; ++i) {
1224 int patchcount = argc-1;
1227 int result = applypatch_check(filename, patchcount, sha1s);
1230 for (i = 0; i < patchcount; ++i) {