Searched refs:getopt (Results 301 - 325 of 839) sorted by relevance
1...<<11121314151617181920>>...34
/third_party/ltp/testcases/open_posix_testsuite/stress/mqueues/ |
H A D | multi_send_rev_1.c | 21 #include <getopt.h>
|
H A D | multi_send_rev_2.c | 21 #include <getopt.h>
|
/third_party/ltp/testcases/realtime/include/ |
H A D | librttest.h | 48 #include <getopt.h> 191 * options: pass in an getopt style string of options -- e.g. "ab:cd::e:"
|
/third_party/toybox/openharmony/ |
H A D | su.c | 110 while ((c = getopt(argc, argv, "lps:c:")) != -1) { in main()
|
/third_party/selinux/libselinux/utils/ |
H A D | getdefaultcon.c | 28 while ((opt = getopt(argc, argv, "l:r:s:v")) > 0) { in main()
|
/third_party/selinux/secilc/ |
H A D | secil2conf.c | 34 #include <getopt.h>
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | demo_3a_main.cpp | 18 #include <getopt.h>
|
/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | command_parser.cpp | 16 #include <getopt.h>
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | insn_decoder_test.c | 92 while ((c = getopt(argc, argv, "ynv")) != -1) { in parse_args()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_inq.c | 108 while ((c = getopt(argc, argv, "46p:")) != -1) { in main()
|
H A D | ipv6_flowlabel_mgr.c | 169 while ((c = getopt(argc, argv, "lv")) != -1) { in parse_opts()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 12 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/ |
H A D | trace-agent.c | 190 while ((cmd = getopt(argc, argv, "hos:")) != -1) { in parse_args()
|
/kernel/linux/linux-5.10/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 13 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | write_to_hugetlbfs.c | 84 while ((c = getopt(argc, argv, "s:p:m:owlrn")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_attach.c | 18 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | xdping.c | 107 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 175 while ((opt = getopt(argc, argv, "n")) != -1) { in main()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_sample_pkts_user.c | 124 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
H A D | sampleip_user.c | 148 while ((opt = getopt(argc, argv, "F:h")) != -1) { in main()
|
H A D | fds_example.c | 145 while ((opt = getopt(argc, argv, "F:PGmk:v:po:")) != -1) { in main()
|
H A D | xdp_redirect_map_user.c | 113 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
H A D | xdp_redirect_user.c | 114 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_fcopy_daemon.c | 22 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/fault-injection/ |
H A D | failcmd.sh | 97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`
|
Completed in 9 milliseconds
1...<<11121314151617181920>>...34