Home
last modified time | relevance | path

Searched defs:OPT_STRING (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/subcmd/
Dparse-options.h136 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … macro
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.h139 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … macro