Home
last modified time | relevance | path

Searched refs:OPTION_LONG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c118 case OPTION_LONG: in get_value()
169 case OPTION_LONG: in get_value()
287 case OPTION_LONG: in get_value()
726 case OPTION_LONG: in print_option_help()
H A Dparse-options.h27 OPTION_LONG, enumerator
136 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, long *), .help = (h) }
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c118 case OPTION_LONG: in get_value()
169 case OPTION_LONG: in get_value()
287 case OPTION_LONG: in get_value()
726 case OPTION_LONG: in print_option_help()
H A Dparse-options.h23 OPTION_LONG, enumerator
133 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, long *), .help = (h) }

Completed in 5 milliseconds