Searched refs:OPTION_STRING (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/lib/subcmd/ |
D | parse-options.h | 25 OPTION_STRING, enumerator 140 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … 142 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ 146 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ 150 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name…
|
D | parse-options.c | 115 case OPTION_STRING: in get_value() 166 case OPTION_STRING: in get_value() 211 case OPTION_STRING: in get_value() 743 case OPTION_STRING: in print_option_help()
|