HomeSort by: relevance | last modified time | path
    Searched defs:match_count (Results 1 - 12 of 12) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
match_list.h 33 int match_count; /* match function/argument count */ member in struct:MATCH_LIST
  /src/sys/arch/hpc/hpc/
platid.c 94 int match_count; local
103 match_count++; \
106 match_count = 1;
117 return (match_count);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_disk_directory_traversals.c 1608 int match_count; local
1637 match_count = 0;
1643 ++match_count;
1656 ++match_count;
1665 assertEqualInt(match_count, 2);
1686 match_count = 0;
1692 ++match_count;
1705 ++match_count;
1714 assertEqualInt(match_count, 2);
1733 match_count = 0
    [all...]
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_edit.c 290 int match_count; /* hit count */ member in struct:__anon23149
335 req->match_count = 0;
502 req->match_count += 1;
543 if (req->match_count == 1)
555 req->match_count += 1;
556 if (req->match_count == 1)
591 if (req->match_count == 0) {
postconf_master.c 181 int match_count; /* hit count */ member in struct:__anon23151
619 req->match_count = 0;
637 req->match_count++;
651 if (req->match_count == 0)
799 req->match_count = 0;
823 req->match_count++;
844 if (req->match_count == 0)
978 req->match_count = 0;
1000 req->match_count += 1;
1006 req->match_count += 1
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
format.c 453 int match_count, best_count, best_match; local
576 match_count = 0;
596 || (((abfd->is_linker_input && match_count != 0)
640 matching_vector[match_count] = abfd->xvec;
641 match_count++;
689 match_count = 1;
691 if (match_count == 0)
698 match_count = 1;
702 match_count = ar_match_index - _bfd_target_vector_entries;
704 if (match_count > 1
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
format.c 464 int match_count, best_count, best_match; local
566 match_count = 0;
581 || ((lto_sections_removed || match_count != 0)
635 matching_vector[match_count] = abfd->xvec;
636 match_count++;
673 match_count = 1;
675 if (match_count == 0)
682 match_count = 1;
686 match_count = ar_match_index - _bfd_target_vector_entries;
688 if (matching_vector && match_count > 1
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
format.c 406 int match_count, best_count, best_match; local
496 match_count = 0;
510 || (match_count != 0 && *target == &plugin_vec)
558 matching_vector[match_count] = abfd->xvec;
559 match_count++;
596 match_count = 1;
598 if (match_count == 0)
605 match_count = 1;
609 match_count = ar_match_index - _bfd_target_vector_entries;
611 if (matching_vector && match_count > 1
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
format.c 452 int match_count, best_count, best_match; local
580 match_count = 0;
600 || (((abfd->is_linker_input && match_count != 0)
647 matching_vector[match_count] = abfd->xvec;
648 match_count++;
685 match_count = 1;
687 if (match_count == 0)
694 match_count = 1;
698 match_count = ar_match_index - _bfd_target_vector_entries;
700 if (matching_vector && match_count > 1
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
ar.c 186 int match_count;
208 match_count = 0;
238 ++match_count;
240 && match_count != counted_name_counter)
1359 int match_count;
1377 match_count = 0;
1384 ++match_count;
1386 && match_count != counted_name_counter)
185 int match_count; local
1357 int match_count; local
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 199 int match_count;
221 match_count = 0;
251 ++match_count;
253 && match_count != counted_name_counter)
1382 int match_count;
1400 match_count = 0;
1407 ++match_count;
1409 && match_count != counted_name_counter)
197 int match_count; local
1379 int match_count; local
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-services.c 1378 int match_count = 0; local
1484 match_count++;
1487 if (match_count != 7) {
1489 7, i, match_count);
1491 if (match_count < 6 || (match_count == 6 && matched_service_id)) {
1679 int match_count = 0; local
1724 match_count++;
1727 if (match_count != 2) {
1729 2, i, match_count);
    [all...]

Completed in 55 milliseconds