Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgetopt.c199 int has_arg = -1; in getopt_internal() local
346 has_arg = longopts[longopt_match].has_arg; in getopt_internal()
371 has_arg = ((cp[1] == ':') in getopt_internal()
379 switch (has_arg) in getopt_internal()
/picolibc-latest/newlib/libc/include/
Dgetopt.h108 int has_arg; /* one of the above macros */ member