Home
last modified time | relevance | path

Searched refs:getopt (Results 1 - 25 of 357) sorted by relevance

12345678910>>...15

/kernel/uniproton/cmake/common/build_auxiliary_script/
H A DKconfig2macro.py9 import getopt namespace
196 opts, args = getopt.getopt(argv,"ehf:o:",["help", "inFile=", "outFile="])
197 except getopt.GetoptError:
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c18 #include <getopt.h>
47 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
H A Dfutex_wait_wouldblock.c19 #include <getopt.h>
46 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
H A Dfutex_requeue_pi_mismatched_ops.c20 #include <getopt.h>
60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
H A Dfutex_requeue_pi_signal_restart.c20 #include <getopt.h>
125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c4 #include <getopt.h>
64 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c4 #include <getopt.h>
66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c20 #include <getopt.h>
60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
H A Dfutex_wait_wouldblock.c19 #include <getopt.h>
53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
H A Dfutex_requeue_pi_signal_restart.c20 #include <getopt.h>
125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
/kernel/linux/linux-6.6/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py29 import getopt namespace
268 opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","name=","memory="])
269 except getopt.GetoptError:
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-hammer.c20 #include <getopt.h>
137 while ((c = getopt(argc, argv, "c:n:o:?")) != -1) { in main()
H A Dgpio-event-mon.c21 #include <getopt.h>
177 while ((c = getopt(argc, argv, "c:n:o:b:dsrf?")) != -1) { in main()
H A Dlsgpio.c20 #include <getopt.h>
180 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-hammer.c20 #include <getopt.h>
137 while ((c = getopt(argc, argv, "c:n:o:?")) != -1) { in main()
H A Dgpio-event-mon.c21 #include <getopt.h>
179 while ((c = getopt(argc, argv, "c:n:o:b:dsrfwt?")) != -1) { in main()
H A Dlsgpio.c20 #include <getopt.h>
184 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
/kernel/linux/linux-5.10/samples/connector/
H A Ducon.c26 #include <getopt.h>
110 while ((s = getopt(argc, argv, "hs")) != -1) { in main()
121 /* getopt() outputs an error for us */ in main()
/kernel/linux/linux-5.10/tools/power/acpi/tools/ec/
H A Dec_access.c16 #include <getopt.h>
57 while ((c = getopt(argc, argv, "rs:b:w:v:h")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/
H A Dec_access.c16 #include <getopt.h>
57 while ((c = getopt(argc, argv, "rs:b:w:v:h")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/samples/connector/
H A Ducon.c26 #include <getopt.h>
110 while ((s = getopt(argc, argv, "hs")) != -1) { in main()
121 /* getopt() outputs an error for us */ in main()
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py34 import getopt namespace
516 opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","name=","memory="])
517 except getopt.GetoptError:
/kernel/linux/linux-6.6/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py34 import getopt namespace
514 opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","name=","memory="])
515 except getopt.GetoptError:
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H A Dtests.h16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()

Completed in 11 milliseconds

12345678910>>...15