Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h25 OPTION_STRING, enumerator
137 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), …
139 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
143 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
147 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name…
Dparse-options.c115 case OPTION_STRING: in get_value()
165 case OPTION_STRING: in get_value()
209 case OPTION_STRING: in get_value()
721 case OPTION_STRING: in print_option_help()