Searched defs:OPT_STRING (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/ncpfs/ |
H A D | getopt.h | 6 #define OPT_STRING 4 macro
|
/linux-4.1.27/tools/perf/util/ |
H A D | parse-options.h | 125 #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