Searched refs:getopt (Results 1 – 7 of 7) sorted by relevance
| /pciutils/ |
| H A D | Makefile | 88 PCIINC+=compat/getopt.h 89 COMMON+=compat/getopt.o 106 compat/getopt.o: compat/getopt.c
|
| H A D | README.Windows | 55 Sometimes compilation may fail due to broken or missing getopt implementation.
|
| H A D | lspci.c | 1125 while ((i = getopt(argc, argv, options)) != -1) in main()
|
| H A D | ChangeLog | 1371 * compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU 1373 proper getopt. Currently used by the Windows port.
|
| /pciutils/compat/ |
| H A D | getopt.h | 98 extern int getopt (int argc, char *const *argv, const char *shortopts); 111 extern int getopt ();
|
| H A D | getopt.c | 635 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 D | margin_args.c | 114 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()
|