Home
last modified time | relevance | path

Searched refs:opterror (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.c20 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function
63 return opterror(opt, "requires a value", flags); in get_arg()
77 return opterror(opt, "takes no value", flags); in get_value()
79 return opterror(opt, "isn't available", flags); in get_value()
81 return opterror(opt, "is not usable", flags); in get_value()
95 opterror(opt, msg, flags); in get_value()
111 return opterror(opt, "takes no value", flags); in get_value()
144 return opterror(opt, reason, flags); in get_value()
266 return opterror(opt, "expects a numerical value", flags); in get_value()
281 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch832 opterror(options, "invalid option -- '%c'", option[0]);