Searched refs:OPTION_BIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 108 case OPTION_BIT: in get_value() 157 case OPTION_BIT: in get_value() 186 case OPTION_BIT: in get_value() 765 case OPTION_BIT: in print_option_help()
|
H A D | parse-options.h | 19 OPTION_BIT, enumerator 124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.c | 108 case OPTION_BIT: in get_value() 157 case OPTION_BIT: in get_value() 186 case OPTION_BIT: in get_value() 765 case OPTION_BIT: in print_option_help()
|
H A D | parse-options.h | 15 OPTION_BIT, enumerator 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
|
Completed in 4 milliseconds