Searched refs:opterror (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dparse-options.c20 static int opterror(const struct option *opt, const char *reason, int flags) function
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(op
[all...]

Completed in 228 milliseconds