| /dragonfly/contrib/wpa_supplicant/src/wps/ |
| HD | wps_upnp_web.c | 865 int match_len; in web_get_action() local 879 match_len = os_strlen(urn_wfawlanconfig) - 1; in web_get_action() 880 if (os_strncasecmp(b, match, match_len)) in web_get_action() 882 b += match_len; in web_get_action() 992 int match_len; in web_connection_parse_subscribe() local 1034 match_len = os_strlen(match); in web_connection_parse_subscribe() 1035 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1036 h += match_len; in web_connection_parse_subscribe() 1040 match_len = os_strlen(match); in web_connection_parse_subscribe() 1041 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe() [all …]
|
| HD | upnp_xml.c | 193 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/ |
| HD | tls_wolfssl.c | 646 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()
|
| HD | tls_openssl.c | 1751 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/ |
| HD | recog.c | 3170 peep2_attempt (basic_block bb, rtx insn, int match_len, rtx attempt) in peep2_attempt() argument 3185 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() 3401 peep2_update_life (basic_block bb, int match_len, rtx last, rtx prev) in peep2_update_life() argument 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() [all …]
|
| HD | genrecog.c | 1980 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/ |
| HD | filecomplete.c | 714 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/ |
| HD | recog.c | 3293 peep2_attempt (basic_block bb, rtx_insn *insn, int match_len, rtx_insn *attempt) in peep2_attempt() argument 3310 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() [all …]
|
| HD | genrecog.c | 986 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/ |
| HD | regexec.c | 3800 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/grep/lib/ |
| HD | regexec.c | 3776 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/ |
| HD | archive_read_support_format_mtree.c | 427 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/ |
| HD | layout.cc | 5141 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/ |
| HD | layout.cc | 5592 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/ |
| HD | driver_nl80211.c | 2091 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()
|