Searched refs:opterror (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-options.c | 9 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() function 31 return opterror(opt, "requires a value", flags); in get_arg() 42 return opterror(opt, "takes no value", flags); in get_value() 44 return opterror(opt, "isn't available", flags); in get_value() 57 return opterror(opt, "takes no value", flags); in get_value() 128 return opterror(opt, "expects a numerical value", flags); in get_value() 144 return opterror(opt, "expects a numerical value", flags); in get_value() 160 return opterror(opt, "expects a numerical value", flags); in get_value() 176 return opterror(opt, "expects a numerical value", flags); in get_value() 220 return opterror(options, "takes no value", flags); in parse_long_opt()
|