Searched refs:long_options (Results 1 – 2 of 2) sorted by relevance
| /pciutils/ |
| H A D | pcilmr.c | 82 struct option long_options[] in main() local 90 c = getopt_long(argc, argv, "+", long_options, NULL); in main()
|
| /pciutils/compat/ |
| H A D | getopt.c | 640 int getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options… in getopt_long() argument 642 return _getopt_internal(argc, argv, options, long_options, opt_index, 0); in getopt_long()
|