Searched refs:OPTION_STRING (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
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), … 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…
|
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/ |
D | option.h | 68 #define OPTION_STRING(n, s) {.type = OPTION_TYPE_STRING, .name = (n), .str = (s)} macro
|
/kernel/liteos_a/apps/perf/src/ |
D | perf_record.c | 68 OPTION_STRING("-o", &g_savePath),
|