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

/linux-4.1.27/tools/perf/util/
H A Dparse-options.c9 static int opterror(const struct option *opt, const char *reason, int flags) opterror() function
31 return opterror(opt, "requires a value", flags); get_arg()
43 return opterror(opt, "takes no value", flags); get_value()
45 return opterror(opt, "isn't available", flags); get_value()
47 return opterror(opt, "is not usable", flags); get_value()
61 opterror(opt, msg, flags); get_value()
77 return opterror(opt, "takes no value", flags); get_value()
166 return opterror(opt, "expects a numerical value", flags); get_value()
182 return opterror(opt, "expects a numerical value", flags); get_value()
198 return opterror(opt, "expects a numerical value", flags); get_value()
214 return opterror(opt, "expects a numerical value", flags); get_value()
258 return opterror(options, "takes no value", flags); parse_long_opt()

Completed in 124 milliseconds