Home
last modified time | relevance | path

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

/third_party/ninja/src/
H A Dgetopt.c155 char *possible_arg = NULL; in getopt_internal() local
238 possible_arg = strchr (argv[optind] + optwhere, '='); in getopt_internal()
239 if (possible_arg == NULL) in getopt_internal()
243 possible_arg = argv[optind] + match_chars; in getopt_internal()
247 match_chars = (possible_arg - argv[optind]) - optwhere; in getopt_internal()
303 possible_arg = argv[optind] + optwhere + 1; in getopt_internal()
311 if (*possible_arg == '=') in getopt_internal()
312 possible_arg++; in getopt_internal()
313 if (*possible_arg != '\0') in getopt_internal()
315 optarg = possible_arg; in getopt_internal()
[all...]

Completed in 1 milliseconds