Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgetopt.c120 static int optwhere = 0; variable
167 data->optwhere = optwhere; in read_globals()
181 optwhere = data->optwhere; in write_globals()
208 data->optwhere = 1; in getopt_internal()
244 if (data->optwhere == 1) in getopt_internal()
293 || (only && argv[data->optind][0] == '+')) && data->optwhere == 1) in getopt_internal()
297 data->optwhere = 2; in getopt_internal()
299 possible_arg = strchr (argv[data->optind] + data->optwhere, '='); 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()
[all …]
/picolibc-latest/newlib/libc/include/
Dgetopt.h144 int optind, opterr, optopt, optwhere; member