Home
last modified time | relevance | path

Searched refs:short_opts (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/memblock/tests/
Dcommon.c16 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()
/linux-6.12.1/scripts/dtc/
Dutil.c427 const char *short_opts, in util_usage() argument
440 "Options: -[%s]\n", synopsis, short_opts); in util_usage()
Dutil.h203 const char *short_opts,