getopt_long       447 samples/bpf/hbm.c 	while ((k = getopt_long(argc, argv, optstring, loptions, NULL)) != -1) {
getopt_long        90 samples/bpf/ibumad_user.c 	while ((opt = getopt_long(argc, argv, "hd:rSw",
getopt_long       664 samples/bpf/xdp_monitor_user.c 	while ((opt = getopt_long(argc, argv, "hDSs:",
getopt_long       723 samples/bpf/xdp_redirect_cpu_user.c 	while ((opt = getopt_long(argc, argv, "hSd:s:p:q:c:xzF",
getopt_long       507 samples/bpf/xdp_rxq_info_user.c 	while ((opt = getopt_long(argc, argv, "FhSrmzd:s:a:",
getopt_long       401 samples/bpf/xdpsock_user.c 		c = getopt_long(argc, argv, "Frtli:q:psSNn:czf:mu",
getopt_long       215 scripts/dtc/util.h #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \
getopt_long       773 scripts/genksyms/genksyms.c 	while ((o = getopt_long(argc, argv, "s:dwqVDr:T:phR",
getopt_long       495 scripts/kconfig/conf.c 	while ((opt = getopt_long(ac, av, "s", long_opts, NULL)) != -1) {
getopt_long       374 tools/bpf/bpftool/main.c 	while ((opt = getopt_long(argc, argv, "Vhpjfmnd",
getopt_long       152 tools/hv/hv_fcopy_daemon.c 	while ((opt = getopt_long(argc, argv, "hn", long_options,
getopt_long      1382 tools/hv/hv_kvp_daemon.c 	while ((opt = getopt_long(argc, argv, "hn", long_options,
getopt_long       214 tools/hv/hv_vss_daemon.c 	while ((opt = getopt_long(argc, argv, "hn", long_options,
getopt_long       356 tools/iio/iio_generic_buffer.c 	while ((c = getopt_long(argc, argv, "aAc:egl:n:N:t:T:w:?", longopts,
getopt_long        75 tools/power/cpupower/bench/main.c 		c = getopt_long (argc, argv, "hg:o:s:l:vc:p:f:n:r:x:y:",
getopt_long       158 tools/power/cpupower/debug/i386/dump_psb.c 		ret = getopt_long(argc, argv, "hr:n:", info_opts, NULL);
getopt_long       535 tools/power/cpupower/utils/cpufreq-info.c 		ret = getopt_long(argc, argv, "oefwldpgrasmybn", info_opts,
getopt_long       210 tools/power/cpupower/utils/cpufreq-set.c 		ret = getopt_long(argc, argv, "d:u:g:f:r", set_opts, NULL);
getopt_long       144 tools/power/cpupower/utils/cpuidle-info.c 		ret = getopt_long(argc, argv, "os", info_opts, NULL);
getopt_long        35 tools/power/cpupower/utils/cpuidle-set.c 		ret = getopt_long(argc, argv, "d:e:ED:", info_opts, NULL);
getopt_long        46 tools/power/cpupower/utils/cpupower-info.c 	while ((ret = getopt_long(argc, argv, "b", set_opts, NULL)) != -1) {
getopt_long        49 tools/power/cpupower/utils/cpupower-set.c 	while ((ret = getopt_long(argc, argv, "b:",
getopt_long      1429 tools/power/x86/intel-speed-select/isst-config.c 	while ((opt = getopt_long(argc, argv, "b:l:t:c:d:e:n:m:p:w:ho",
getopt_long       217 tools/spi/spidev_test.c 		c = getopt_long(argc, argv, "D:s:d:b:i:o:lHOLC3NR24p:vS:I:",
getopt_long       121 tools/testing/selftests/bpf/test_libbpf_open.c 	while ((opt = getopt_long(argc, argv, "hDq",
getopt_long      1745 tools/testing/selftests/bpf/test_sockmap.c 	while ((opt = getopt_long(argc, argv, ":dhvc:r:i:l:t:p:q:",
getopt_long       335 tools/testing/selftests/networking/timestamping/rxtimestamp.c 	while ((opt = getopt_long(argc, argv, "", long_options,
getopt_long       415 tools/testing/selftests/powerpc/benchmarks/context_switch.c 		c = getopt_long(argc, argv, "", options, &option_index);
getopt_long       236 tools/testing/selftests/powerpc/benchmarks/fork.c 		c = getopt_long(argc, argv, "", options, &option_index);
getopt_long        66 tools/testing/selftests/powerpc/benchmarks/mmap_bench.c 		c = getopt_long(argc, argv, "", options, &option_index);
getopt_long       106 tools/testing/selftests/watchdog/watchdog-test.c 	while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) {
getopt_long       136 tools/testing/selftests/watchdog/watchdog-test.c 	while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) {
getopt_long       612 tools/testing/vsock/vsock_diag_test.c 		int opt = getopt_long(argc, argv, optstring, longopts, NULL);
getopt_long       235 tools/thermal/tmon/tmon.c 	while ((c = getopt_long(argc, argv, "c:dlht:T:vgz:", opts, &id2)) != -1) {
getopt_long       149 tools/usb/usbip/src/usbip.c 		opt = getopt_long(argc, argv, "+dlt:", opts, NULL);
getopt_long       215 tools/usb/usbip/src/usbip_attach.c 		opt = getopt_long(argc, argv, "d:r:b:", opts, NULL);
getopt_long       193 tools/usb/usbip/src/usbip_bind.c 		opt = getopt_long(argc, argv, "b:", opts, NULL);
getopt_long       106 tools/usb/usbip/src/usbip_detach.c 		opt = getopt_long(argc, argv, "p:", opts, NULL);
getopt_long       343 tools/usb/usbip/src/usbip_list.c 		opt = getopt_long(argc, argv, "pr:ld", opts, NULL);
getopt_long       111 tools/usb/usbip/src/usbip_unbind.c 		opt = getopt_long(argc, argv, "b:", opts, NULL);
getopt_long       623 tools/usb/usbip/src/usbipd.c 		opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL);
getopt_long       308 tools/virtio/ringtest/main.c 		int o = getopt_long(argc, argv, optstring, longopts, NULL);
getopt_long       270 tools/virtio/virtio_test.c 		o = getopt_long(argc, argv, optstring, longopts, NULL);
getopt_long      1260 tools/vm/page-types.c 	while ((c = getopt_long(argc, argv,
getopt_long      1389 tools/vm/slabinfo.c 	while ((c = getopt_long(argc, argv, "aABd::DefhilLnN:oPrsStTUvXz1",