Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.h25 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…
Dparse-options.c115 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/
Doption.h68 #define OPTION_STRING(n, s) {.type = OPTION_TYPE_STRING, .name = (n), .str = (s)} macro
/kernel/liteos_a/apps/perf/src/
Dperf_record.c68 OPTION_STRING("-o", &g_savePath),