Lines Matching refs:opterror
9 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function
31 return opterror(opt, "requires a value", flags); in get_arg()
43 return opterror(opt, "takes no value", flags); in get_value()
45 return opterror(opt, "isn't available", flags); in get_value()
47 return opterror(opt, "is not usable", flags); in get_value()
61 opterror(opt, msg, flags); in get_value()
77 return opterror(opt, "takes no value", flags); in get_value()
166 return opterror(opt, "expects a numerical value", flags); in get_value()
182 return opterror(opt, "expects a numerical value", flags); in get_value()
198 return opterror(opt, "expects a numerical value", flags); in get_value()
214 return opterror(opt, "expects a numerical value", flags); in get_value()
258 return opterror(options, "takes no value", flags); in parse_long_opt()