Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds