/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 9 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 D | futex_wait_timeout.c | 18 #include <getopt.h> 47 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
H A D | futex_wait_wouldblock.c | 19 #include <getopt.h> 46 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
H A D | futex_requeue_pi_mismatched_ops.c | 20 #include <getopt.h> 60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
H A D | futex_requeue_pi_signal_restart.c | 20 #include <getopt.h> 125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | flow_dissector_load.c | 4 #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 D | flow_dissector_load.c | 4 #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 D | futex_requeue_pi_mismatched_ops.c | 20 #include <getopt.h> 60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
H A D | futex_wait_wouldblock.c | 19 #include <getopt.h> 53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
H A D | futex_requeue_pi_signal_restart.c | 20 #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 D | amd_pstate_trace.py | 29 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 D | gpio-hammer.c | 20 #include <getopt.h> 137 while ((c = getopt(argc, argv, "c:n:o:?")) != -1) { in main()
|
H A D | gpio-event-mon.c | 21 #include <getopt.h> 177 while ((c = getopt(argc, argv, "c:n:o:b:dsrf?")) != -1) { in main()
|
H A D | lsgpio.c | 20 #include <getopt.h> 180 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | gpio-hammer.c | 20 #include <getopt.h> 137 while ((c = getopt(argc, argv, "c:n:o:?")) != -1) { in main()
|
H A D | gpio-event-mon.c | 21 #include <getopt.h> 179 while ((c = getopt(argc, argv, "c:n:o:b:dsrfwt?")) != -1) { in main()
|
H A D | lsgpio.c | 20 #include <getopt.h> 184 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
|
/kernel/linux/linux-5.10/samples/connector/ |
H A D | ucon.c | 26 #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 D | ec_access.c | 16 #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 D | ec_access.c | 16 #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 D | ucon.c | 26 #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 D | intel_pstate_tracer.py | 34 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 D | intel_pstate_tracer.py | 34 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 D | tests.h | 16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
|
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/ |
H A D | media_device_open.c | 54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|