Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgetopt.c196 size_t match_chars = 0; in getopt_internal() local
303 match_chars = strlen (argv[data->optind]); in getopt_internal()
304 possible_arg = argv[data->optind] + match_chars; in getopt_internal()
305 match_chars = match_chars - data->optwhere; in getopt_internal()
308 match_chars = (possible_arg - argv[data->optind]) - data->optwhere; in getopt_internal()
313 match_chars) == 0) in getopt_internal()
316 if (match_chars == strlen (longopts[optindex].name)) in getopt_internal()