Searched refs:option_index (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 64 int option_index = 0; in main() local 66 c = getopt_long(argc, argv, "", options, &option_index); in main() 73 if (options[option_index].flag != 0) in main()
|
H A D | fork.c | 234 int option_index = 0; in main() local 236 c = getopt_long(argc, argv, "", options, &option_index); in main() 243 if (options[option_index].flag != 0) in main()
|
H A D | context_switch.c | 424 int option_index = 0; in main() local 426 c = getopt_long(argc, argv, "", options, &option_index); in main() 433 if (options[option_index].flag != 0) in main()
|
/linux/tools/power/cpupower/bench/ |
H A D | main.c | 66 int option_index = 0; in main() local 76 long_options, &option_index); in main()
|
/linux/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 99 int option_index = 0; in parse_options() local 107 long_options, &option_index)) != -1) { in parse_options()
|
/linux/tools/verification/rv/src/ |
H A D | in_kernel.c | 721 int option_index = 0; in parse_arguments() local 723 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()
|
/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 368 int option_index = 0; in osnoise_top_parse_args() local 371 long_options, &option_index); in osnoise_top_parse_args()
|
H A D | timerlat_hist.c | 856 int option_index = 0; in timerlat_hist_parse_args() local 859 long_options, &option_index); in timerlat_hist_parse_args()
|
/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 768 int option_index = 0; in main() local 787 &option_index)) != -1) { in main()
|
/linux/tools/accounting/ |
H A D | delaytop.c | 201 int option_index = 0; in parse_args() local 203 c = getopt_long(argc, argv, "hd:n:p:oP:C:", long_options, &option_index); in parse_args()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 11000 int option_index = 0; in cmdline() local 11033 while ((opt = getopt_long_only(argc, argv, "+MPn:", long_options, &option_index)) != -1) { in cmdline() 11047 while ((opt = getopt_long_only(argc, argv, "+C:c:Dde:hi:Jn:o:qMST:v", long_options, &option_index)) != -1) { in cmdline()
|