getopt             92 arch/x86/tools/insn_decoder_test.c 	while ((c = getopt(argc, argv, "ynv")) != -1) {
getopt            169 arch/x86/tools/insn_sanity.c 	while ((c = getopt(argc, argv, "ynvs:m:i:")) != -1) {
getopt            146 drivers/scsi/aic7xxx/aicasm/aicasm.c 	while ((ch = getopt(argc, argv, "d:i:l:n:o:p:r:I:")) != -1) {
getopt            898 drivers/staging/greybus/tools/loopback_test.c 	while ((o = getopt(argc, argv,
getopt           3354 fs/unicode/mkutf8data.c 	while ((opt = getopt(argc, argv, "a:c:d:f:hn:o:p:t:v")) != -1) {
getopt            289 samples/bpf/cookie_uid_helper_example.c 	while ((opt = getopt(argc, argv, "ts")) != -1) {
getopt            144 samples/bpf/fds_example.c 	while ((opt = getopt(argc, argv, "F:PGmk:v:po:")) != -1) {
getopt            141 samples/bpf/sampleip_user.c 	while ((opt = getopt(argc, argv, "F:h")) != -1) {
getopt             92 samples/bpf/syscall_tp_user.c 	while ((opt = getopt(argc, argv, "i:h")) != -1) {
getopt             32 samples/bpf/tc_l2_redirect_user.c 	while ((opt = getopt(argc, argv, "F:U:i:")) != -1) {
getopt             35 samples/bpf/test_cgrp2_array_pin.c 	while ((opt = getopt(argc, argv, "F:U:v:")) != -1) {
getopt            135 samples/bpf/test_cgrp2_attach.c 	while ((opt = getopt(argc, argv, "Dd")) != -1) {
getopt            213 samples/bpf/test_cgrp2_sock.c 	while ((rc = getopt(argc, argv, "db:m:p:6")) != -1) {
getopt             95 samples/bpf/xdp1_user.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            102 samples/bpf/xdp_adjust_tail_user.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt             86 samples/bpf/xdp_fwd_user.c 	while ((opt = getopt(argc, argv, ":dD")) != -1) {
getopt            113 samples/bpf/xdp_redirect_map_user.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            114 samples/bpf/xdp_redirect_user.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            647 samples/bpf/xdp_router_ipv4_user.c 	while ((opt = getopt(ac, argv, optstr)) != -1) {
getopt            125 samples/bpf/xdp_sample_pkts_user.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            179 samples/bpf/xdp_tx_iptunnel_user.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            110 samples/connector/ucon.c 	while ((s = getopt(argc, argv, "hs")) != -1) {
getopt            302 scripts/dtc/fdtget.c 		int c = getopt(argc, argv, "d:hlpt:");
getopt            295 scripts/dtc/fdtput.c 		int c = getopt(argc, argv, "chpt:v");
getopt            776 scripts/genksyms/genksyms.c 	while ((o = getopt(argc, argv, "s:dwqVDr:T:phR")) != EOF)
getopt            289 scripts/insert-sys-cert.c 	while ((opt = getopt(argc, argv, "b:c:s:")) != -1) {
getopt           2572 scripts/mod/modpost.c 	while ((opt = getopt(argc, argv, "i:I:e:mnsT:o:awEd")) != -1) {
getopt            455 scripts/pnmtologo.c 	opt = getopt(argc, argv, "hn:o:t:");
getopt            626 scripts/recordmcount.c 	while ((c = getopt(argc, argv, "w")) >= 0) {
getopt            245 scripts/sign-file.c 		opt = getopt(argc, argv, "sdpk");
getopt            245 scripts/unifdef.c 	while ((opt = getopt(argc, argv, "i:D:U:I:o:bBcdeKklnsStV")) != -1)
getopt            290 tools/accounting/getdelays.c 		c = getopt(argc, argv, "qdiw:r:m:t:p:vlC:c:");
getopt            271 tools/bpf/bpf_jit_disasm.c 	while ((opt = getopt(argc, argv, "of:O:")) != -1) {
getopt             79 tools/firmware/ihex2fw.c 	while ((opt = getopt(argc, argv, "wsj")) != -1) {
getopt            151 tools/gpio/gpio-event-mon.c 	while ((c = getopt(argc, argv, "c:n:o:dsrf?")) != -1) {
getopt            129 tools/gpio/gpio-hammer.c 	while ((c = getopt(argc, argv, "c:n:o:?")) != -1) {
getopt            151 tools/gpio/lsgpio.c 	while ((c = getopt(argc, argv, "n:")) != -1) {
getopt            168 tools/iio/lsiio.c 	while ((c = getopt(argc, argv, "v")) != EOF) {
getopt            156 tools/pci/pcitest.c 	while ((c = getopt(argc, argv, "D:b:m:x:i:Ilhrwcs:")) != EOF)
getopt            529 tools/perf/util/genelf.c 	while ((c = getopt(argc, argv, "o:h")) != -1) {
getopt            386 tools/power/acpi/tools/acpidbg/acpidbg.c 	while ((ch = getopt(argc, argv, "b:f:h")) != -1) {
getopt             57 tools/power/acpi/tools/ec/ec_access.c 	while ((c = getopt(argc, argv, "rs:b:w:v:h")) != -1) {
getopt            357 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c 	while ((opt = getopt(argc, argv, "+lci:m:")) != -1) {
getopt            114 tools/spi/spidev_fdx.c 	while ((c = getopt(argc, argv, "hm:r:v")) != EOF) {
getopt            290 tools/testing/radix-tree/main.c 	while ((opt = getopt(argc, argv, "ls:v")) != -1) {
getopt             47 tools/testing/selftests/android/ion/ionapp_export.c 	while ((opt = getopt(argc, argv, "hi:s:")) != -1) {
getopt             64 tools/testing/selftests/bpf/flow_dissector_load.c 	while ((c = getopt(argc, argv, "adp:s:")) != -1) {
getopt           6901 tools/testing/selftests/bpf/test_btf.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            626 tools/testing/selftests/bpf/test_flow_dissector.c 	while ((c = getopt(argc, argv, "d:D:e:f:Fhi:l:n:o:O:Rs:S:t:Tx:X:")) != -1) {
getopt            107 tools/testing/selftests/bpf/xdping.c 	while ((opt = getopt(argc, argv, optstr)) != -1) {
getopt            174 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	while ((opt = getopt(argc, argv, "n")) != -1) {
getopt            363 tools/testing/selftests/futex/functional/futex_requeue_pi.c 	while ((c = getopt(argc, argv, "bchlot:v:")) != -1) {
getopt             60 tools/testing/selftests/futex/functional/futex_requeue_pi_mismatched_ops.c 	while ((c = getopt(argc, argv, "chv:")) != -1) {
getopt            125 tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c 	while ((c = getopt(argc, argv, "chv:")) != -1) {
getopt             79 tools/testing/selftests/futex/functional/futex_wait_private_mapped_file.c 	while ((c = getopt(argc, argv, "chv:")) != -1) {
getopt             47 tools/testing/selftests/futex/functional/futex_wait_timeout.c 	while ((c = getopt(argc, argv, "cht:v:")) != -1) {
getopt             72 tools/testing/selftests/futex/functional/futex_wait_uninitialized_heap.c 	while ((c = getopt(argc, argv, "chv:")) != -1) {
getopt             46 tools/testing/selftests/futex/functional/futex_wait_wouldblock.c 	while ((c = getopt(argc, argv, "cht:v:")) != -1) {
getopt            466 tools/testing/selftests/kvm/dirty_log_test.c 	while ((opt = getopt(argc, argv, "hi:I:p:m:")) != -1) {
getopt             54 tools/testing/selftests/media_tests/media_device_open.c 	while ((opt = getopt(argc, argv, "d:")) != -1) {
getopt             59 tools/testing/selftests/media_tests/media_device_test.c 	while ((opt = getopt(argc, argv, "d:")) != -1) {
getopt             56 tools/testing/selftests/media_tests/video_device_test.c 	while ((opt = getopt(argc, argv, "d:")) != -1) {
getopt            435 tools/testing/selftests/net/ip_defrag.c 	while ((c = getopt(argc, argv, "46opv")) != -1) {
getopt            168 tools/testing/selftests/net/ipv6_flowlabel.c 	while ((c = getopt(argc, argv, "l:")) != -1) {
getopt            169 tools/testing/selftests/net/ipv6_flowlabel_mgr.c 	while ((c = getopt(argc, argv, "lv")) != -1) {
getopt            712 tools/testing/selftests/net/msg_zerocopy.c 	while ((c = getopt(argc, argv, "46c:C:D:i:mp:rs:S:t:vz")) != -1) {
getopt           1585 tools/testing/selftests/net/nettest.c 	while ((rc = getopt(argc, argv, GETOPT_STR)) != -1) {
getopt            312 tools/testing/selftests/net/psock_snd.c 	while ((c = getopt(argc, argv, "bcCdgl:qt:vV")) != -1) {
getopt            311 tools/testing/selftests/net/so_txtime.c 	while ((c = getopt(argc, argv, "46c:")) != -1) {
getopt            300 tools/testing/selftests/net/tcp_fastopen_backup_key.c 	while ((c = getopt(argc, argv, "46sr")) != -1) {
getopt            108 tools/testing/selftests/net/tcp_inq.c 	while ((c = getopt(argc, argv, "46p:")) != -1) {
getopt            312 tools/testing/selftests/net/tcp_mmap.c 	while ((c = getopt(argc, argv, "46p:svr:w:H:zxkP:M:")) != -1) {
getopt            645 tools/testing/selftests/net/udpgso.c 	while ((c = getopt(argc, argv, "46cCmst:")) != -1) {
getopt            297 tools/testing/selftests/net/udpgso_bench_rx.c 	while ((c = getopt(argc, argv, "4b:C:Gl:n:p:rR:S:tv")) != -1) {
getopt            425 tools/testing/selftests/net/udpgso_bench_tx.c 	while ((c = getopt(argc, argv, "46acC:D:Hl:mM:p:s:PS:tTuvz")) != -1) {
getopt            575 tools/testing/selftests/networking/timestamping/txtimestamp.c 	while ((c = getopt(argc, argv, "46c:CDFhIl:Lnp:PrRuv:V:x")) != -1) {
getopt            526 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	while ((option = getopt(argc, argv, "d")) != -1) {
getopt            626 tools/testing/selftests/powerpc/mm/tlbie_test.c 	while ((c = getopt(argc, argv, "r:hn:l:t:")) != -1) {
getopt            292 tools/testing/selftests/powerpc/signal/sigfuz.c 	while ((opt = getopt(argc, argv, "bamxt:fi:h")) != -1) {
getopt            183 tools/testing/selftests/ptp/testptp.c 	while (EOF != (c = getopt(argc, argv, "cd:e:f:ghi:k:lL:p:P:sSt:T:z"))) {
getopt            162 tools/testing/selftests/timers/inconsistency-check.c 	while ((opt = getopt(argc, argv, "t:c:")) != -1) {
getopt            189 tools/testing/selftests/timers/leap-a-day.c 	while ((opt = getopt(argc, argv, "sti:")) != -1) {
getopt             81 tools/testing/selftests/timers/set-2038.c 	while ((opt = getopt(argc, argv, "d")) != -1) {
getopt            135 tools/testing/selftests/timers/threadtest.c 	while ((opt = getopt(argc, argv, "t:n:i")) != -1) {
getopt             40 tools/testing/selftests/vm/gup_benchmark.c 	while ((opt = getopt(argc, argv, "m:r:n:f:tTLUwSH")) != -1) {
getopt            393 tools/usb/testusb.c 	while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF)
getopt            190 tools/virtio/virtio-trace/trace-agent.c 	while ((cmd = getopt(argc, argv, "hos:")) != -1) {
getopt            532 usr/gen_init_cpio.c 		int opt = getopt(argc, argv, "t:h");