Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c200 int i, match, exact_match, second_partial_match; in parse_long_options() local
220 exact_match = 0; in parse_long_options()
241 exact_match = 1; in parse_long_options()
260 if (!exact_match && second_partial_match) { in parse_long_options()