Lines Matching defs:opterror
20 static int opterror(const struct option *opt, const char *reason, int flags)
63 return opterror(opt, "requires a value", flags);
77 return opterror(opt, "takes no value", flags);
79 return opterror(opt, "isn't available", flags);
81 return opterror(opt, "is not usable", flags);
95 opterror(opt, msg, flags);
111 return opterror(opt, "takes no value", flags);
144 return opterror(opt, reason, flags);
266 return opterror(opt, "expects a numerical value", flags);
281 return opterror(opt, "expects an unsigned numerical value", flags);
284 return opterror(opt, "expects a numerical value", flags);
300 return opterror(opt, "expects a numerical value", flags);
316 return opterror(opt, "expects a numerical value", flags);
331 return opterror(opt, "expects an unsigned numerical value", flags);
334 return opterror(opt, "expects a numerical value", flags);
386 return opterror(options, "takes no value", flags);