Searched refs:opt_index (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | getopt1.c | 70 const struct option *long_options, int *opt_index) in getopt_long() argument 72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 82 const struct option *long_options, int *opt_index) in getopt_long_only() argument 84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|