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

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

Completed in 105 milliseconds