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

/linux-4.1.27/fs/ncpfs/
H A Dgetopt.h6 #define OPT_STRING 4 macro
/linux-4.1.27/tools/perf/util/
H A Dparse-options.h125 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), (a), .help = (h) } macro

Completed in 128 milliseconds