Lines Matching full:opterror
8 static int opterror(const struct option *opt, const char *reason, int flags)
30 return opterror(opt, "requires a value", flags);
41 return opterror(opt, "takes no value", flags);
43 return opterror(opt, "isn't available", flags);
56 return opterror(opt, "takes no value", flags);
127 return opterror(opt, "expects a numerical value", flags);
143 return opterror(opt, "expects a numerical value", flags);
159 return opterror(opt, "expects a numerical value", flags);
175 return opterror(opt, "expects a numerical value", flags);
219 return opterror(options, "takes no value", flags);