OPTION_STRING 115 tools/lib/subcmd/parse-options.c case OPTION_STRING: OPTION_STRING 166 tools/lib/subcmd/parse-options.c case OPTION_STRING: OPTION_STRING 211 tools/lib/subcmd/parse-options.c case OPTION_STRING: OPTION_STRING 740 tools/lib/subcmd/parse-options.c case OPTION_STRING: OPTION_STRING 139 tools/lib/subcmd/parse-options.h #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) } OPTION_STRING 141 tools/lib/subcmd/parse-options.h { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ OPTION_STRING 145 tools/lib/subcmd/parse-options.h { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ OPTION_STRING 149 tools/lib/subcmd/parse-options.h #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}