Lines Matching refs:opterror
12 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function
34 return opterror(opt, "requires a value", flags); in get_arg()
46 return opterror(opt, "takes no value", flags); in get_value()
48 return opterror(opt, "isn't available", flags); in get_value()
50 return opterror(opt, "is not usable", flags); in get_value()
64 opterror(opt, msg, flags); in get_value()
80 return opterror(opt, "takes no value", flags); in get_value()
169 return opterror(opt, "expects a numerical value", flags); in get_value()
185 return opterror(opt, "expects a numerical value", flags); in get_value()
201 return opterror(opt, "expects a numerical value", flags); in get_value()
217 return opterror(opt, "expects a numerical value", flags); in get_value()
261 return opterror(options, "takes no value", flags); in parse_long_opt()