HomeSort by relevance Sort by last modified time
    Searched full:opterror (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/
parse-options.c 8 static int opterror(const struct option *opt, const char *reason, int flags) function
30 return opterror(opt, "requires a value", flags);
41 return opterror(opt, "takes no value", flags);
43 return opterror(opt, "isn't available", flags);
56 return opterror(opt, "takes no value", flags);
127 return opterror(opt, "expects a numerical value", flags);
143 return opterror(opt, "expects a numerical value", flags);
159 return opterror(opt, "expects a numerical value", flags);
175 return opterror(opt, "expects a numerical value", flags);
219 return opterror(options, "takes no value", flags)
    [all...]

Completed in 2247 milliseconds