| /linux/samples/bpf/ |
| H A D | ibumad_user.c | 68 static const struct option long_options[] = { variable 92 long_options, &longindex)) != -1) { in main()
|
| H A D | xdp_router_ipv4_user.c | 49 static const struct option long_options[] = { variable 543 static void usage(char *argv[], const struct option *long_options, in usage() argument 547 sample_usage(argv, long_options, doc, mask, error); in usage() 596 long_options, &longindex)) != -1) { in main() 626 usage(argv, long_options, __doc__, mask, error, skel->obj); in main() 633 usage(argv, long_options, __doc__, mask, true, skel->obj); in main()
|
| H A D | xdp_sample_user.h | 41 void sample_usage(char *argv[], const struct option *long_options,
|
| H A D | xdp_sample_user.c | 294 void sample_usage(char *argv[], const struct option *long_options, in sample_usage() argument 303 for (i = 0; long_options[i].name != 0; i++) { in sample_usage() 304 printf(" --%-15s", long_options[i].name); in sample_usage() 305 if (long_options[i].flag != NULL) in sample_usage() 307 *long_options[i].flag); in sample_usage() 309 printf("\t short-option: -%c", long_options[i].val); in sample_usage()
|
| /linux/tools/power/cpupower/bench/ |
| H A D | main.c | 18 static struct option long_options[] = { variable 76 long_options, &option_index); in main()
|
| /linux/tools/hv/ |
| H A D | hv_fcopy_daemon.c | |
| H A D | hv_vss_daemon.c | 220 static struct option long_options[] = { in main() local 226 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
|
| H A D | hv_fcopy_uio_daemon.c | 460 static struct option long_options[] = { in main() local 466 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
|
| /linux/tools/testing/selftests/liveupdate/ |
| H A D | luo_test_utils.c | 207 static struct option long_options[] = { in parse_stage_args() local 216 while ((opt = getopt_long(argc, argv, "s:", long_options, &option_index)) != -1) { in parse_stage_args()
|
| /linux/tools/power/acpi/tools/pfrut/ |
| H A D | pfrut.c | 81 static struct option long_options[] = { variable 107 long_options, &option_index)) != -1) { in parse_options()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 162 static struct option long_options[] = { variable 207 c = getopt_long(argc, argv, "i:vbm:lt:", long_options, &option_index); in parse_command_line()
|
| H A D | xdp_synproxy.c | 94 static struct option long_options[] = { in parse_options() local 124 opt = getopt_long(argc, argv, "", long_options, NULL); in parse_options()
|
| H A D | test_sockmap.c | 96 static const struct option long_options[] = { variable 230 for (i = 0; long_options[i].name != 0; i++) { in usage() 231 printf(" --%-12s", long_options[i].name); in usage() 232 if (long_options[i].flag != NULL) in usage() 234 *long_options[i].flag); in usage() 236 printf(" -%c\n", long_options[i].val); in usage() 2116 long_options, &longindex)) != -1) { in main()
|
| /linux/tools/testing/selftests/net/ |
| H A D | rxtimestamp.c | 130 static struct option long_options[] = { variable 382 while ((opt = getopt_long(argc, argv, "", long_options, in main()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | osnoise_top.c | 347 static struct option long_options[] = { in osnoise_top_parse_args() local 374 long_options, NULL); in osnoise_top_parse_args()
|
| H A D | osnoise_hist.c | 490 static struct option long_options[] = { in osnoise_hist_parse_args() local 522 long_options, NULL); in osnoise_hist_parse_args()
|
| H A D | timerlat_top.c | 567 static struct option long_options[] = { in timerlat_top_parse_args() local 602 long_options, NULL); in timerlat_top_parse_args()
|
| H A D | timerlat_hist.c | 797 static struct option long_options[] = { in timerlat_hist_parse_args() local 838 long_options, NULL); in timerlat_hist_parse_args()
|
| /linux/tools/verification/rv/src/ |
| H A D | in_kernel.c | 711 static struct option long_options[] = { in parse_arguments() local 723 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | toeplitz.c | 549 static struct option long_options[] = { in parse_opts() local 567 while ((c = getopt_long(argc, argv, "46C:d:i:k:r:stT:uv", long_options, &index)) != -1) { in parse_opts()
|
| /linux/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 770 static struct option long_options[] = { in main() local 786 while ((opt = getopt_long_only(argc, argv, "+a:c:d:hilmCs", long_options, in main()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | capture.c.rst | 585 long_options[] = { 606 short_options, long_options, &idx);
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 277 struct option long_options[] = { in parse_args() local 303 c = getopt_long(argc, argv, "hd:n:p:oP:C:s:M", long_options, &option_index); in parse_args()
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 2878 static struct option long_options[] = { in parse_cmd_args() local 2900 long_options, &option_index)) != -1) { in parse_cmd_args() 3187 static struct option long_options[] = { in cmdline() local 3233 while ((opt = getopt_long_only(argc, argv, "+c:df:hio:vabw:ngu", long_options, in cmdline()
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 531 static struct option long_options[] = { in cmdline() local 555 long_options, &option_index)) != -1) { in cmdline()
|