Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 25 of 125) sorted by relevance

12345

/tools/testing/rbtree/
A Drbtree_test.c33 while ((opt = getopt(argc, argv, "n:p:c:r:")) != -1) { in main()
A Dinterval_tree_test.c36 while ((opt = getopt(argc, argv, "n:p:q:s:am:r:")) != -1) { in main()
/tools/testing/selftests/media_tests/
A Dmedia_device_open.c54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
A Dmedia_device_test.c59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
A Dvideo_device_test.c130 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
/tools/lib/perf/include/internal/
A Dtests.h16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
/tools/testing/selftests/ftrace/
A Dpoll.c29 while ((opt = getopt(argc, argv, "IPt:")) != -1) { in main()
/tools/power/x86/amd_pstate_tracer/
A Damd_pstate_trace.py29 import getopt
267 …opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","na…
268 except getopt.GetoptError:
/tools/testing/selftests/cgroup/
A Dwait_inotify.c35 while ((c = getopt(argc, argv, "v")) != -1) { in main()
/tools/testing/selftests/timers/
A Dset-2038.c80 while ((opt = getopt(argc, argv, "d")) != -1) { in main()
A Dclocksource-switch.c131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
A Dinconsistency-check.c149 while ((opt = getopt(argc, argv, "t:c:")) != -1) { in main()
/tools/testing/selftests/bpf/
A Dflow_dissector_load.c66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/tools/power/acpi/tools/acpidump/
A DMakefile45 getopt.o
/tools/testing/selftests/futex/functional/
A Dfutex_wait_uninitialized_heap.c72 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
A Dfutex_requeue_pi_mismatched_ops.c60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
A Dfutex_wait_private_mapped_file.c79 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
A Dfutex_wait_wouldblock.c53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
A Dfutex_requeue.c51 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
/tools/include/nolibc/
A Dgetopt.h25 int getopt(int argc, char * const argv[], const char *optstring) in getopt() function
/tools/sched_ext/
A Dscx_simple.c74 while ((opt = getopt(argc, argv, "fvh")) != -1) { in main()
/tools/testing/selftests/dma/
A Ddma_map_benchmark.c37 while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) { in main()
/tools/testing/selftests/net/netfilter/
A Dconnect_close.c110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py34 import getopt
514 …opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","na…
515 except getopt.GetoptError:
/tools/spi/
A Dspidev_fdx.c114 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()

Completed in 47 milliseconds

12345