Home
last modified time | relevance | path

Searched refs:long_opts (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/memblock/tests/
H A Dcommon.c17 static const struct option long_opts[] = { variable
123 BUILD_BUG_ON(ARRAY_SIZE(help_opts) != ARRAY_SIZE(long_opts) - 1); in usage()
127 for (int i = 0; long_opts[i].name; i++) { in usage()
128 printf(" -%c, --%-12s\t%s\n", long_opts[i].val, in usage()
129 long_opts[i].name, help_opts[i]); in usage()
139 while ((c = getopt_long_only(argc, argv, short_opts, long_opts, in parse_args()
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c289 static const struct option long_opts[] = { variable
309 while ((opt = getopt_long(argc, argv, "mz", long_opts, &long_index)) != -1) { in main()
/linux/scripts/kconfig/
H A Dconf.c607 static const struct option long_opts[] = { variable
670 while ((opt = getopt_long(ac, av, "hs", long_opts, NULL)) != -1) { in main()
/linux/scripts/genksyms/
H A Dgenksyms.c743 struct option long_opts[] = { in main() local
757 &long_opts[0], NULL)) != EOF) in main()
/linux/tools/testing/selftests/net/
H A Dnettest.c1940 static struct option long_opts[] = { variable
2032 while ((rc = getopt_long(argc, argv, GETOPT_STR, long_opts, NULL)) != -1) { in main()