Searched refs:PARSE_OPT_NOEMPTY (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 50 PARSE_OPT_NOEMPTY = 128, enumerator 149 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY}
|
H A D | parse-options.c | 223 /* PARSE_OPT_NOEMPTY: Allow NULL but disallow empty string. */ in get_value() 224 if (opt->flags & PARSE_OPT_NOEMPTY) { in get_value()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 46 PARSE_OPT_NOEMPTY = 128, enumerator 146 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY}
|
H A D | parse-options.c | 223 /* PARSE_OPT_NOEMPTY: Allow NULL but disallow empty string. */ in get_value() 224 if (opt->flags & PARSE_OPT_NOEMPTY) { in get_value()
|
Completed in 5 milliseconds