Searched refs:longopts (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | getopt.h | 111 const struct option *longopts, int *longind); 114 const struct option *longopts, int *longind); 119 const struct option *longopts, int *longind,
|
D | getopt.c | 504 const struct option *longopts, int *longind, int long_only) in _getopt_internal() argument 602 + (longopts != NULL && argv[optind][1] == '-')); in _getopt_internal() 620 if (longopts != NULL in _getopt_internal() 637 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal() 824 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal()
|