Home
last modified time | relevance | path

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

/third_party/ninja/src/
H A Dgetopt.c154 size_t match_chars = 0; in getopt_internal() local
242 match_chars = strlen (argv[optind]); in getopt_internal()
243 possible_arg = argv[optind] + match_chars; in getopt_internal()
244 match_chars = match_chars - optwhere; in getopt_internal()
247 match_chars = (possible_arg - argv[optind]) - optwhere; in getopt_internal()
251 longopts[optindex].name, match_chars) == 0) in getopt_internal()
254 if (match_chars == strlen (longopts[optindex].name)) in getopt_internal()

Completed in 2 milliseconds