Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dgetopt_long.c202 int i, match, exact_match, second_partial_match; in parse_long_options() local
222 exact_match = 0; in parse_long_options()
243 exact_match = 1; in parse_long_options()
262 if (!exact_match && second_partial_match) { in parse_long_options()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dinterworking.h35 const char *domain, int exact_match);
H A Dconfig.h298 int exact_match; member
H A Dinterworking.c2191 const char *domain, int exact_match) in domain_name_list_contains() argument
2212 if (!exact_match && elen > len && pos[elen - len - 1] == '.') { in domain_name_list_contains()
2334 partner->fqdn, partner->exact_match, partner->priority, in roaming_partner_match()
2340 partner->exact_match)) in roaming_partner_match()
H A Dconfig_file.c1004 p->fqdn, p->exact_match, p->priority, in wpa_config_write_cred()
H A Dconfig.c3567 p->exact_match = atoi(pos); in wpa_config_set_cred()
3897 p->fqdn, p->exact_match, p->priority, in wpa_config_get_cred_no_key()
/dragonfly/usr.sbin/bthcid/
H A Dbthcid.h86 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
H A Dparser.y241 get_key(bdaddr_p bdaddr, int exact_match) in get_key() argument
249 if (!exact_match) in get_key()
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.cc1932 : pattern(a_pattern), language(a_language), exact_match(a_exact_match), in Version_expression()
1939 bool exact_match; member
2293 if (!exp.exact_match) in build_expression_list_lookup()
2460 if (!expression.exact_match) in check_unmatched_names()
2577 if (ve.exact_match) in print_expression_list()
2580 if (ve.exact_match) in print_expression_list()
3006 const char* pattern, int patlen, int exact_match) in script_new_vers_pattern() argument
3014 static_cast<bool>(exact_match))); in script_new_vers_pattern()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc1901 : pattern(a_pattern), language(a_language), exact_match(a_exact_match), in Version_expression()
1908 bool exact_match; member
2262 if (!exp.exact_match) in build_expression_list_lookup()
2429 if (!expression.exact_match) in check_unmatched_names()
2546 if (ve.exact_match) in print_expression_list()
2549 if (ve.exact_match) in print_expression_list()
2975 const char* pattern, int patlen, int exact_match) in script_new_vers_pattern() argument
2983 static_cast<bool>(exact_match))); in script_new_vers_pattern()
/dragonfly/sys/net/
H A Droute.c1641 boolean_t exact_match; member
1647 rtsearch_callback_func_t callback, void *arg, boolean_t exact_match, in rtsearch_global() argument
1661 msg.exact_match = exact_match; in rtsearch_global()
1711 if (rt != NULL && rmsg->exact_match && in rtsearch_msghandler()
/dragonfly/contrib/gdb-7/gdb/
H A Dsymtab.c2463 int *index, int *exact_match) in find_line_symtab() argument
2544 if (exact_match) in find_line_symtab()
2545 *exact_match = exact; in find_line_symtab()
2662 int *exact_match, int start) in find_line_common() argument
2674 *exact_match = 0; in find_line_common()
2689 *exact_match = 1; in find_line_common()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dregrename.c1052 int exact_match = (head->regno == this_regno in scan_rtx_reg() local
1073 if (cl == NO_REGS || (!exact_match && !DEBUG_INSN_P (insn))) in scan_rtx_reg()
H A Dtree-sra.c2264 HOST_WIDE_INT size, struct access **exact_match) in child_would_conflict_in_lacc() argument
2272 *exact_match = child; in child_would_conflict_in_lacc()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dregrename.c1120 int exact_match = (head->regno == this_regno in scan_rtx_reg() local
1141 if (cl == NO_REGS || (!exact_match && !DEBUG_INSN_P (insn))) in scan_rtx_reg()
H A Dtree-sra.c2566 HOST_WIDE_INT size, struct access **exact_match) in child_would_conflict_in_lacc() argument
2574 *exact_match = child; in child_would_conflict_in_lacc()