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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c9 static int opterror(const struct option *opt, const char *reason, int flags) function
31 return opterror(opt, "requires a value", flags);
42 return opterror(opt, "takes no value", flags);
44 return opterror(opt, "isn't available", flags);
57 return opterror(opt, "takes no value", flags);
128 return opterror(opt, "expects a numerical value", flags);
144 return opterror(opt, "expects a numerical value", flags);
160 return opterror(opt, "expects a numerical value", flags);
176 return opterror(opt, "expects a numerical value", flags);
220 return opterror(option
[all...]

Completed in 298 milliseconds