Home
last modified time | relevance | path

Searched refs:OPTION_UINTEGER (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/subcmd/
H A Dparse-options.h27 OPTION_UINTEGER, enumerator
131 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),…
132 #define OPT_UINTEGER_OPTARG(s, l, v, d, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_n…
H A Dparse-options.c117 case OPTION_UINTEGER: in get_value()
168 case OPTION_UINTEGER: in get_value()
269 case OPTION_UINTEGER: in get_value()
730 case OPTION_UINTEGER: in print_option_help()