Lines Matching defs:comparison
262 int comparison, hash;
273 comparison = strcmp (current->file, resource->file);
274 if (comparison > 0) break;
276 if (comparison == 0 &&
347 int comparison;
374 comparison = strcmp (current->name, resourceName);
375 if (comparison > 0) break;
376 else if (comparison == 0) {
377 comparison = strcmp (current->file, fileName);
378 if (comparison > 0) {
385 } else if (comparison == 0) { /* Same file */
464 int comparison, hash;
503 comparison = strcmp (current->file, resource->file);
504 if (comparison > 0) break;
506 if (comparison == 0) {