Lines Matching refs:opterror
20 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()
143 return opterror(opt, reason, flags); in get_value()
261 return opterror(opt, "expects a numerical value", flags); in get_value()
276 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
279 return opterror(opt, "expects a numerical value", flags); in get_value()
295 return opterror(opt, "expects a numerical value", flags); in get_value()
310 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
313 return opterror(opt, "expects a numerical value", flags); in get_value()
365 return opterror(options, "takes no value", flags); in parse_long_opt()