HomeSort by relevance Sort by last modified time
    Searched refs:second_partial_match (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 200 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) {
  /external/tcpdump/missing/
getopt_long.c 197 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) {

Completed in 1824 milliseconds