Searched refs:OPTION_INTEGER (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 116 case OPTION_INTEGER: in get_value() 167 case OPTION_INTEGER: in get_value() 253 case OPTION_INTEGER: in get_value() 729 case OPTION_INTEGER: in print_option_help()
|
H A D | parse-options.h | 26 OPTION_INTEGER, enumerator 134 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.c | 116 case OPTION_INTEGER: in get_value() 167 case OPTION_INTEGER: in get_value() 253 case OPTION_INTEGER: in get_value() 729 case OPTION_INTEGER: in print_option_help()
|
H A D | parse-options.h | 22 OPTION_INTEGER, enumerator 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
|
Completed in 5 milliseconds