Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 3 of 3) sorted by relevance

/pciutils/compat/
H A Dgetopt.h99 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
112 extern int getopt_long ();
H A Dgetopt.c640 int getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options… in getopt_long() function
/pciutils/
H A Dpcilmr.c90 c = getopt_long(argc, argv, "+", long_options, NULL); in main()