Home
last modified time | relevance | path

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 Dmulti_send_rev_1.c21 #include <getopt.h>
H A Dmulti_send_rev_2.c21 #include <getopt.h>
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h48 #include <getopt.h>
191 * options: pass in an getopt style string of options -- e.g. "ab:cd::e:"
/third_party/toybox/openharmony/
H A Dsu.c110 while ((c = getopt(argc, argv, "lps:c:")) != -1) { in main()
/third_party/selinux/libselinux/utils/
H A Dgetdefaultcon.c28 while ((opt = getopt(argc, argv, "l:r:s:v")) > 0) { in main()
/third_party/selinux/secilc/
H A Dsecil2conf.c34 #include <getopt.h>
/drivers/peripheral/camera/test/demo_3A/
H A Ddemo_3a_main.cpp18 #include <getopt.h>
/drivers/peripheral/codec/test/demo/heif/src/
H A Dcommand_parser.cpp16 #include <getopt.h>
/kernel/linux/linux-5.10/arch/x86/tools/
H A Dinsn_decoder_test.c92 while ((c = getopt(argc, argv, "ynv")) != -1) { in parse_args()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_inq.c108 while ((c = getopt(argc, argv, "46p:")) != -1) { in main()
H A Dipv6_flowlabel_mgr.c169 while ((c = getopt(argc, argv, "lv")) != -1) { in parse_opts()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c12 #include <getopt.h>
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
H A Dtrace-agent.c190 while ((cmd = getopt(argc, argv, "hos:")) != -1) { in parse_args()
/kernel/linux/linux-5.10/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c13 #include <getopt.h>
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dwrite_to_hugetlbfs.c84 while ((c = getopt(argc, argv, "s:p:m:owlrn")) != -1) { in main()
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_attach.c18 #include <getopt.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dxdping.c107 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c175 while ((opt = getopt(argc, argv, "n")) != -1) { in main()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_sample_pkts_user.c124 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
H A Dsampleip_user.c148 while ((opt = getopt(argc, argv, "F:h")) != -1) { in main()
H A Dfds_example.c145 while ((opt = getopt(argc, argv, "F:PGmk:v:po:")) != -1) { in main()
H A Dxdp_redirect_map_user.c113 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
H A Dxdp_redirect_user.c114 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/kernel/linux/linux-5.10/tools/hv/
H A Dhv_fcopy_daemon.c22 #include <getopt.h>
/kernel/linux/linux-5.10/tools/testing/fault-injection/
H A Dfailcmd.sh97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`

Completed in 9 milliseconds

1...<<11121314151617181920>>...34