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

/linux-master/tools/lib/subcmd/
H A Dparse-options.h136 #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) } macro

Completed in 123 milliseconds