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

/linux-master/tools/lib/subcmd/
H A Dparse-options.h21 OPTION_STRING, enumerator in enum:parse_opt_type
136 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) }
138 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
142 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
146 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY}
H A Dparse-options.c115 case OPTION_STRING:
166 case OPTION_STRING:
211 case OPTION_STRING:
743 case OPTION_STRING:

Completed in 119 milliseconds