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

/linux-master/tools/lib/subcmd/
H A Dparse-options.c510 static int usage_with_options_internal(const char * const *,
537 return usage_with_options_internal(usagestr, options, 0, ctx);
553 return usage_with_options_internal(usagestr, options, 0, ctx);
586 return usage_with_options_internal(usagestr, options, 1, ctx);
588 return usage_with_options_internal(usagestr, options, 0, ctx);
869 static int usage_with_options_internal(const char * const *usagestr, function
918 usage_with_options_internal(usagestr, opts, 0, NULL);
935 usage_with_options_internal(usagestr, opts, 0, NULL);

Completed in 217 milliseconds