Searched refs:short_opts (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/memblock/tests/ |
H A D | common.c | 16 static const char *short_opts = "hmv"; variable 125 printf("Usage: %s [-%s]\n", prog, short_opts); in usage() 139 while ((c = getopt_long_only(argc, argv, short_opts, long_opts, in parse_args()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | util.c | 416 const char *short_opts, in util_usage() 429 "Options: -[%s]\n", synopsis, short_opts); in util_usage() 415 util_usage(const char *errmsg, const char *synopsis, const char *short_opts, struct option const long_opts[], const char * const opts_help[]) util_usage() argument
|
H A D | util.h | 194 * @param short_opts The string of short options 199 const char *short_opts,
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | util.c | 427 const char *short_opts, in util_usage() 440 "Options: -[%s]\n", synopsis, short_opts); in util_usage() 426 util_usage(const char *errmsg, const char *synopsis, const char *short_opts, struct option const long_opts[], const char * const opts_help[]) util_usage() argument
|
H A D | util.h | 196 * @param short_opts The string of short options 201 const char *short_opts,
|
Completed in 3 milliseconds