Searched refs:PARSE_OPT_KEEP_ARGV0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ | ||
H A D | parse-options.h | 33 PARSE_OPT_KEEP_ARGV0 = 4, enumerator |
H A D | parse-options.c | 503 ctx->cpidx = ((flags & PARSE_OPT_KEEP_ARGV0) != 0); in parse_options_start() |