Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/stdlib/
H A Dgetopt_long.c200 int i, match, exact_match, second_partial_match; in parse_long_options() local
221 second_partial_match = 0; in parse_long_options()
258 second_partial_match = 1; in parse_long_options()
260 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd-13.1/contrib/tcpdump/missing/
H A Dgetopt_long.c197 int i, match, exact_match, second_partial_match; in parse_long_options() local
218 second_partial_match = 0; in parse_long_options()
255 second_partial_match = 1; in parse_long_options()
257 if (!exact_match && second_partial_match) { in parse_long_options()