Home
last modified time | relevance | path

Searched refs:match_len (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c865 int match_len; in web_get_action() local
882 b += match_len; in web_get_action()
992 int match_len; in web_connection_parse_subscribe() local
1036 h += match_len; in web_connection_parse_subscribe()
1053 h += match_len; in web_connection_parse_subscribe()
1066 h += match_len; in web_connection_parse_subscribe()
1084 h += match_len; in web_connection_parse_subscribe()
1093 h += match_len; in web_connection_parse_subscribe()
1213 int match_len; in web_connection_parse_unsubscribe() local
1244 h += match_len; in web_connection_parse_unsubscribe()
[all …]
H A Dupnp_xml.c193 int match_len = os_strlen(item); in xml_get_first_item() local
206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
208 (tagname[match_len] == '>' || in xml_get_first_item()
209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_wolfssl.c646 size_t match_len, int full) in domain_suffix_match() argument
659 if (match_len > len || (full && match_len != len)) in domain_suffix_match()
662 if (os_strncasecmp(val + len - match_len, match, match_len) != 0) in domain_suffix_match()
665 if (match_len == len) in domain_suffix_match()
668 if (val[len - match_len - 1] == '.') in domain_suffix_match()
677 size_t match_len, int full) in tls_match_suffix_helper() argument
700 match_len, full) == 1) { in tls_match_suffix_helper()
733 match, match_len, full) == 1) { in tls_match_suffix_helper()
H A Dtls_openssl.c1751 size_t match_len, int full) in domain_suffix_match() argument
1763 if (match_len > len || (full && match_len != len)) in domain_suffix_match()
1766 if (os_strncasecmp((const char *) val + len - match_len, match, in domain_suffix_match()
1767 match_len) != 0) in domain_suffix_match()
1770 if (match_len == len) in domain_suffix_match()
1773 if (val[len - match_len - 1] == '.') in domain_suffix_match()
1997 size_t match_len, int full) in tls_match_suffix_helper() argument
2021 match, match_len, full) == 1) { in tls_match_suffix_helper()
2053 match, match_len, full) == 1) { in tls_match_suffix_helper()
/dragonfly/contrib/gcc-4.7/gcc/
H A Drecog.c3185 if (match_len != 0) in peep2_attempt()
3261 for (i = 0; i <= match_len; ++i) in peep2_attempt()
3302 while (++i <= match_len) in peep2_attempt()
3314 for (i = match_len; i >= 0; --i) in peep2_attempt()
3324 i = peep2_buf_position (peep2_current + match_len); in peep2_attempt()
3403 int i = peep2_buf_position (peep2_current + match_len + 1); in peep2_update_life()
3410 gcc_assert (peep2_current_count >= match_len + 1); in peep2_update_life()
3411 peep2_current_count -= match_len + 1; in peep2_update_life()
3512 int match_len; in peephole2_optimize() local
3538 attempt = peephole2_insns (PATTERN (head), head, &match_len); in peephole2_optimize()
[all …]
H A Dgenrecog.c1980 int match_len = 0; in write_action() local
1986 match_len = pos->arg; in write_action()
1989 printf ("%s*_pmatch_len = %d;\n", indent, match_len); in write_action()
/dragonfly/contrib/libedit/src/
H A Dfilecomplete.c714 size_t matches_num, maxlen, match_len, match_display=1; in fn_complete2() local
760 match_len = strlen(matches[i]); in fn_complete2()
761 if (match_len > maxlen) in fn_complete2()
762 maxlen = match_len; in fn_complete2()
/dragonfly/contrib/gcc-8.0/gcc/
H A Drecog.c3310 if (match_len != 0) in peep2_attempt()
3386 for (i = 0; i <= match_len; ++i) in peep2_attempt()
3429 while (++i <= match_len) in peep2_attempt()
3441 for (i = match_len; i >= 0; --i) in peep2_attempt()
3451 i = peep2_buf_position (peep2_current + match_len); in peep2_attempt()
3530 peep2_update_life (basic_block bb, int match_len, rtx_insn *last, in peep2_update_life() argument
3533 int i = peep2_buf_position (peep2_current + match_len + 1); in peep2_update_life()
3540 gcc_assert (peep2_current_count >= match_len + 1); in peep2_update_life()
3541 peep2_current_count -= match_len + 1; in peep2_update_life()
3642 int match_len; in peephole2_optimize() local
[all …]
H A Dgenrecog.c986 int match_len; member
4198 acceptance.u.full.u.match_len = count - 1; in match_pattern_1()
4856 acceptance.u.full.u.match_len); in print_acceptance()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregexec.c3800 int match_len = 0; in check_node_accept_bytes() local
3808 match_len = char_len; in check_node_accept_bytes()
3817 match_len = char_len; in check_node_accept_bytes()
3852 match_len = j; in check_node_accept_bytes()
3872 match_len = elem_len; in check_node_accept_bytes()
3903 match_len = elem_len; in check_node_accept_bytes()
3927 match_len = char_len; in check_node_accept_bytes()
3934 return match_len; in check_node_accept_bytes()
3937 if (match_len > 0) in check_node_accept_bytes()
/dragonfly/contrib/diffutils/lib/
H A Dregexec.c3804 int match_len = 0; in check_node_accept_bytes() local
3812 match_len = char_len; in check_node_accept_bytes()
3821 match_len = char_len; in check_node_accept_bytes()
3853 match_len = j; in check_node_accept_bytes()
3874 match_len = elem_len; in check_node_accept_bytes()
3907 match_len = elem_len; in check_node_accept_bytes()
3922 match_len = char_len; in check_node_accept_bytes()
3929 return match_len; in check_node_accept_bytes()
3932 if (match_len > 0) in check_node_accept_bytes()
/dragonfly/contrib/grep/lib/
H A Dregexec.c3776 int match_len = 0; in check_node_accept_bytes() local
3784 match_len = char_len; in check_node_accept_bytes()
3793 match_len = char_len; in check_node_accept_bytes()
3825 match_len = j; in check_node_accept_bytes()
3846 match_len = elem_len; in check_node_accept_bytes()
3879 match_len = elem_len; in check_node_accept_bytes()
3894 match_len = char_len; in check_node_accept_bytes()
3901 return match_len; in check_node_accept_bytes()
3904 if (match_len > 0) in check_node_accept_bytes()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c427 int match_len = 0; in bid_keycmp() local
434 ++match_len; in bid_keycmp()
446 return (match_len); in bid_keycmp()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc5141 size_t match_len = strlen(match); in match_file_name() local
5142 if (strncmp(base_name, match, match_len) != 0) in match_file_name()
5145 if (base_len != match_len + 2 && base_len != match_len + 3) in match_file_name()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5592 size_t match_len = strlen(match); in match_file_name() local
5593 if (strncmp(base_name, match, match_len) != 0) in match_file_name()
5596 if (base_len != match_len + 2 && base_len != match_len + 3) in match_file_name()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c2091 u16 type, const u8 *match, size_t match_len) in nl80211_register_frame() argument
2099 wpa_snprintf_hex(buf, sizeof(buf), match, match_len); in nl80211_register_frame()
2105 nla_put(msg, NL80211_ATTR_FRAME_MATCH, match_len, match)) { in nl80211_register_frame()
2116 match, match_len); in nl80211_register_frame()
2147 const u8 *match, size_t match_len) in nl80211_register_action_frame() argument
2151 type, match, match_len); in nl80211_register_action_frame()