Searched refs:match_count (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dformat.c123 int match_count; local
139 match_count = 0;
252 match_count = 1;
257 matching_vector[match_count] = temp;
259 match_count++;
285 if (match_count == 0)
292 match_count = 1;
296 match_count = ar_match_index - _bfd_target_vector_entries;
298 if (matching && match_count > 1)
301 sizeof (*matching_vector) * match_count);
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmatch_list.c164 MATCH_LIST *match_list_init(int flags, const char *patterns, int match_count,...) argument
176 list->match_count = match_count;
178 (MATCH_LIST_FN *) mymalloc(match_count * sizeof(MATCH_LIST_FN));
180 (const char **) mymalloc(match_count * sizeof(const char *));
181 va_start(ap, match_count);
182 for (i = 0; i < match_count; i++)
211 for (i = 0; i < list->match_count; i++)
219 for (i = 0; i < list->match_count; i++)
226 for (i = 0; i < list->match_count;
[all...]
H A Dmatch_list.h29 int match_count; /* match function/argument count */ member in struct:MATCH_LIST
/macosx-10.10/libiconv-42/libiconv/tests/
H A Duniq-u.c177 int match_count = 0; local
220 ++match_count;
224 writeline (prevline, ostream, match_count);
231 match_count = 0;
235 writeline (prevline, ostream, match_count);
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_master.c173 int match_count; /* hit count */ member in struct:__anon11801
532 req->match_count = 0;
550 req->match_count++;
564 if (req->match_count == 0)
691 req->match_count = 0;
715 req->match_count++;
736 if (req->match_count == 0)
860 req->match_count = 0;
882 req->match_count += 1;
888 req->match_count
[all...]
H A Dpostconf_edit.c285 int match_count; /* hit count */ member in struct:__anon11799
330 req->match_count = 0;
466 req->match_count += 1;
543 if (req->match_count == 0) {
/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c390 int active_count, new_count, match_count; local
420 match_count = PCRE_ERROR_NOMATCH; /* A negative number */
749 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0;
750 else if (match_count > 0 && ++match_count * 2 >= offsetcount)
751 match_count = 0;
752 count = ((match_count == 0)? offsetcount : match_count * 2) - 2;
765 match_count, rleve
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dar.c154 int match_count;
176 match_count = 0;
190 ++match_count;
192 && match_count != counted_name_counter)
1021 int match_count;
1039 match_count = 0;
1046 ++match_count;
1048 && match_count != counted_name_counter)
152 int match_count; local
1018 int match_count; local
/macosx-10.10/vim-55/src/
H A Dtag.c1345 int match_count = 0; /* number of matches found */ local
1578 if (mincount == TAG_MANY && match_count >= TAG_MANY)
2365 ++match_count;
2435 if (match_count >= mincount)
2488 match_count = 0;
2490 if (match_count > 0)
2491 matches = (char_u **)lalloc((long_u)(match_count * sizeof(char_u *)),
2495 match_count = 0;
2510 matches[match_count++] = (char_u *)mfp;
2517 *num_matches = match_count;
[all...]
H A Dsearch.c4554 long match_count = 1; local
5040 match_count++);

Completed in 306 milliseconds