Home
last modified time | relevance | path

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

/Zephyr-4.2.1/lib/utils/getopt/
Dgetopt_long.c159 int match, exact_match, second_partial_match; in parse_long_options() local
181 second_partial_match = 0; in parse_long_options()
220 second_partial_match = 1; in parse_long_options()
223 if (!exact_match && second_partial_match) { in parse_long_options()