Home
last modified time | relevance | path

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

/third_party/ninja/src/
H A Dgetopt.c150 static size_t optwhere = 0; in getopt_internal() local
173 optind = optwhere = 1; in getopt_internal()
188 if (optwhere == 1) in getopt_internal()
232 || (only && argv[optind][0] == '+')) && optwhere == 1) in getopt_internal()
236 optwhere = 2; in getopt_internal()
238 possible_arg = strchr (argv[optind] + optwhere, '='); in getopt_internal()
244 match_chars = match_chars - optwhere; in getopt_internal()
247 match_chars = (possible_arg - argv[optind]) - optwhere; in getopt_internal()
250 if (memcmp (argv[optind] + optwhere, in getopt_internal()
285 cp = strchr (shortopts, argv[optind][optwhere]); in getopt_internal()
[all...]

Completed in 1 milliseconds