Home
last modified time | relevance | path

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

/pciutils/
H A Dpcilmr.c83 = { { .name = "margin", .has_arg = no_argument, .flag = NULL, .val = 0 }, in main()
84 { .name = "scan", .has_arg = no_argument, .flag = NULL, .val = 1 }, in main()
85 { .name = "full", .has_arg = no_argument, .flag = NULL, .val = 2 }, in main()
/pciutils/compat/
H A Dgetopt.c497 if (pfound->has_arg) in _getopt_internal()
516 } else if (pfound->has_arg == 1) { in _getopt_internal()
H A Dgetopt.h86 int has_arg; member