Home
last modified time | relevance | path

Searched refs:getopt (Results 226 - 250 of 507) sorted by relevance

12345678910>>...21

/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_enc_demo.cpp20 #include <getopt.h>
57 while ((ret = getopt(argc, argv, ":t:f:o:p:")) != -1) { in ParseParam()
/third_party/libwebsockets/test-apps/
H A Dtest-client.c26 #include <getopt.h>
620 n = getopt(argc, argv, "Sjnuv:hsp:d:lC:K:A:moeO"); in main()
H A Dtest-server.c25 #include <getopt.h>
442 n = getopt(argc, argv, "eci:hsap:d:DC:K:A:R:vu:g:kU:nIr:"); in main()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfstruncate.c49 # include <getopt.h>
173 while ((c = getopt(argc, argv, "fh?nqvVl")) != EOF) in parse_options()
/third_party/lz4/examples/
H A DframeCompress.c14 #include <getopt.h>
398 while ((opt = getopt(argc, argv, "o:d:")) != -1) { in main()
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c9 #include <getopt.h>
311 while ((opt = getopt(argc, argv, "io:p:r")) > 0) { in main()
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c27 #include <getopt.h>
709 while ((opt = getopt(argc, argv, "k:S:p:vq")) != -1) { in do_add_key()
774 while ((c = getopt (argc, argv, "p:")) != EOF) { in do_set_policy()
H A Df2fs_io_parse.c124 while ((option = getopt(argc, argv, option_string)) != EOF) { in parse_options()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c206 extern int getopt(int argc, char * const argv[],
380 switch(getopt(argc, argv, "ac:d:it:vV")) { in main()
400 switch (getopt(argc, argv, "c:t:vV")) { in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c212 extern int getopt(int argc, char * const argv[],
386 switch(getopt(argc, argv, "ac:d:it:vV")) { in main()
406 switch (getopt(argc, argv, "c:t:vV")) { in main()
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_player_demo.cpp19 #include <getopt.h>
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp18 #include <getopt.h>
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp18 #include <getopt.h>
/third_party/eudev/src/udev/
H A Dudev-builtin-blkid.c28 #include <getopt.h>
H A Dudevadm-monitor.c26 #include <getopt.h>
/third_party/exfatprogs/dump/
H A Ddump.c10 #include <getopt.h>
/third_party/glfw/tests/
H A Dinputlag.c52 #include "getopt.h"
167 while ((ch = getopt(argc, argv, "fh")) != -1) in main()
H A Diconify.c39 #include "getopt.h"
207 while ((ch = getopt(argc, argv, "afhn")) != -1) in main()
H A Dmonitors.c40 #include "getopt.h"
227 while ((ch = getopt(argc, argv, "th")) != -1) in main()
/third_party/alsa-lib/test/
H A Dseq.c8 #include <getopt.h>
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dnewfs_msdos.c82 while ((ch = getopt(argc, argv, opts)) != -1) in main()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c29 #include <getopt.h>
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c24 #include <getopt.h>
/third_party/mesa3d/src/compiler/glsl/
H A Dtest_optpass.cpp38 #include <getopt.h>
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp30 #include <getopt.h>

Completed in 18 milliseconds

12345678910>>...21