Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c192 int i, match, exact_match, second_partial_match; in parse_long_options() local
213 second_partial_match = 0; in parse_long_options()
250 second_partial_match = 1; in parse_long_options()
252 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c217 int i, match, exact_match, second_partial_match; in parse_long_options() local
238 second_partial_match = 0; in parse_long_options()
275 second_partial_match = 1; in parse_long_options()
277 if (!exact_match && second_partial_match) { in parse_long_options()