Searched refs:long_opts (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/memblock/tests/ |
| H A D | common.c | 17 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 D | cbo.c | 289 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 D | conf.c | 607 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 D | genksyms.c | 743 struct option long_opts[] = { in main() local 757 &long_opts[0], NULL)) != EOF) in main()
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 1940 static struct option long_opts[] = { variable 2032 while ((rc = getopt_long(argc, argv, GETOPT_STR, long_opts, NULL)) != -1) { in main()
|