Searched refs:longind (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | getopt.c | 191 const struct option *longopts, int *longind, int only, in getopt_internal() argument 450 if (longind != 0) in getopt_internal() 451 *longind = longopt_match; in getopt_internal() 478 const struct option *longopts, int *longind) in getopt_long() argument 484 r = getopt_internal (argc, argv, shortopts, longopts, longind, 0, &data); in getopt_long() 491 const struct option *longopts, int *longind) in getopt_long_only() argument 497 r = getopt_internal (argc, argv, shortopts, longopts, longind, 1, &data); in getopt_long_only() 511 const struct option *longopts, int *longind, in __getopt_long_r() argument 514 return getopt_internal (argc, argv, shortopts, longopts, longind, 0, data); in __getopt_long_r() 519 const struct option *longopts, int *longind, in __getopt_long_only_r() argument [all …]
|