Searched refs:OPTION_STRING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 25 OPTION_STRING, enumerator 139 #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) } 141 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ 145 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \ 149 #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 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()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 21 OPTION_STRING, enumerator 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 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()
|
/kernel/liteos_a/apps/perf/include/ |
H A D | option.h | 68 #define OPTION_STRING(n, s) {.type = OPTION_TYPE_STRING, .name = (n), .str = (s)} macro
|
/kernel/liteos_a/apps/perf/src/ |
H A D | perf_record.c | 68 OPTION_STRING("-o", &g_savePath),
|
Completed in 5 milliseconds