Searched refs:exact_match (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Dres.c106 "wget", *exact_match is set to one. */
110 bool *matches, bool *exact_match)
115 *exact_match = false;
120 *exact_match = true;
125 *exact_match = false;
108 match_user_agent(const char *agent, int length, bool *matches, bool *exact_match) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2234 find_line_symtab (struct symtab *symtab, int line, int *index, int *exact_match)
2305 if (exact_match)
2306 *exact_match = exact;
2384 int *exact_match)
2409 *exact_match = 1;
2422 *exact_match = 0;
2228 find_line_symtab(struct symtab *symtab, int line, int *index, int *exact_match) argument
2376 find_line_common(struct linetable *l, int lineno, int *exact_match) argument

Completed in 50 milliseconds