Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 7 of 7) sorted by relevance

/pciutils/
H A DMakefile88 PCIINC+=compat/getopt.h
89 COMMON+=compat/getopt.o
106 compat/getopt.o: compat/getopt.c
H A DREADME.Windows55 Sometimes compilation may fail due to broken or missing getopt implementation.
H A Dlspci.c1125 while ((i = getopt(argc, argv, options)) != -1) in main()
H A DChangeLog1371 * compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
1373 proper getopt. Currently used by the Windows port.
/pciutils/compat/
H A Dgetopt.h98 extern int getopt (int argc, char *const *argv, const char *shortopts);
111 extern int getopt ();
H A Dgetopt.c635 int getopt(int argc, char *const *argv, const char *optstring) in getopt() function
660 c = getopt(argc, argv, "abc:d:0123456789"); in main()
/pciutils/lmr/
H A Dmargin_args.c114 while ((c = getopt(argc, argv, "+r:l:p:t:v:VTg:")) != -1) in parse_dev_args()
216 while ((c = getopt(argc, argv, "+e:co:d:")) != -1) in margin_parse_util_args()