Searched refs:check_vtype (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/subcmd/ |
| A D | parse-options.h | 118 #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + … macro 125 … .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .he… 129 .value = check_vtype(v, bool *), .help = (h), \ 130 .set = check_vtype(os, bool *)} 131 … { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .hel… 134 … .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .hel… 137 … { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, long *), .he… 139 … { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .hel… 143 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \ 147 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \ [all …]
|
Completed in 5 milliseconds