Searched defs:long_options (Results 1 – 3 of 3) sorted by relevance
41 const struct option *long_options, int *opt_index) in getopt_long()49 const struct option *long_options, int *opt_index, in _getopt_long_r()64 const struct option *long_options, int *opt_index) in getopt_long_only()72 const struct option *long_options, int *opt_index, in _getopt_long_only_r()94 static const struct option long_options[] = in main() local
70 const struct option *long_options, int *opt_index) in getopt_long()82 const struct option *long_options, int *opt_index) in getopt_long_only()104 static struct option long_options[] = in main() local
2235 static struct option long_options[(sizeof (switches) / sizeof (switches[0])) + variable