Searched refs:match_len (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c484 size_t matches_num, maxlen, match_len, match_display=1; local
517 match_len = strlen(matches[i]);
518 if (match_len > maxlen)
519 maxlen = match_len;
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c507 size_t matches_num, maxlen, match_len, match_display=1; local
543 match_len = strlen(matches[i]);
544 if (match_len > maxlen)
545 maxlen = match_len;
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c438 int matches_num, maxlen, match_len, match_display=1; local
475 match_len = strlen(matches[i]);
476 if (match_len > maxlen)
477 maxlen = match_len;
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_overflow.c515 u_int32_t match_len, max_data, page_sz; local
531 memcpy(&match_len, HOFFPAGE_TLEN(match->data), sizeof(u_int32_t));
533 max_data = (dbt_len < match_len ? dbt_len : match_len);
548 if ((ret = __db_goff(dbp, ip, txn, &local_match, match_len,
602 if (dbt_len > match_len) /* DBT is longer than the match key. */
604 else if (match_len > dbt_len) /* DBT is shorter than the match key. */
/macosx-10.10/nano-12/src/
H A Dsearch.c671 size_t match_len; local
715 , real_current, *real_current_x, needle, &match_len)) {
747 openfile->current_x + match_len) - xpt, FALSE);
796 match_len)
811 openfile->current_x + match_len)
813 match_len;
827 openfile->current_x += match_len + length_change - 1;
H A Dtext.c1768 size_t match_len, current_x_save = openfile->current_x; local
1839 &match_len)) {
1845 openfile->current_x + match_len) - xpt, FALSE);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregexec.c3860 int match_len = 0;
3868 match_len = char_len;
3877 match_len = char_len;
3912 match_len = j;
3932 match_len = elem_len;
3963 match_len = elem_len;
3987 match_len = char_len;
3994 return match_len;
3997 if (match_len > 0)
3856 int match_len = 0; local

Completed in 166 milliseconds