Searched refs:getopt (Results 226 - 250 of 507) sorted by relevance
12345678910>>...21
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_enc_demo.cpp | 20 #include <getopt.h> 57 while ((ret = getopt(argc, argv, ":t:f:o:p:")) != -1) { in ParseParam()
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 26 #include <getopt.h> 620 n = getopt(argc, argv, "Sjnuv:hsp:d:lC:K:A:moeO"); in main()
|
H A D | test-server.c | 25 #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 D | ntfstruncate.c | 49 # include <getopt.h> 173 while ((c = getopt(argc, argv, "fh?nqvVl")) != EOF) in parse_options()
|
/third_party/lz4/examples/ |
H A D | frameCompress.c | 14 #include <getopt.h> 398 while ((opt = getopt(argc, argv, "o:d:")) != -1) { in main()
|
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 9 #include <getopt.h> 311 while ((opt = getopt(argc, argv, "io:p:r")) > 0) { in main()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 27 #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 D | f2fs_io_parse.c | 124 while ((option = getopt(argc, argv, option_string)) != EOF) { in parse_options()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zdump.c | 206 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 D | zdump.c | 212 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 D | rtsp_player_demo.cpp | 19 #include <getopt.h>
|
/foundation/multimodalinput/input/service/event_dump/src/ |
H A D | event_dump.cpp | 18 #include <getopt.h>
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 18 #include <getopt.h>
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-blkid.c | 28 #include <getopt.h>
|
H A D | udevadm-monitor.c | 26 #include <getopt.h>
|
/third_party/exfatprogs/dump/ |
H A D | dump.c | 10 #include <getopt.h>
|
/third_party/glfw/tests/ |
H A D | inputlag.c | 52 #include "getopt.h" 167 while ((ch = getopt(argc, argv, "fh")) != -1) in main()
|
H A D | iconify.c | 39 #include "getopt.h" 207 while ((ch = getopt(argc, argv, "afhn")) != -1) in main()
|
H A D | monitors.c | 40 #include "getopt.h" 227 while ((ch = getopt(argc, argv, "th")) != -1) in main()
|
/third_party/alsa-lib/test/ |
H A D | seq.c | 8 #include <getopt.h>
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 82 while ((ch = getopt(argc, argv, opts)) != -1) in main()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdump.c | 29 #include <getopt.h>
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 24 #include <getopt.h>
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | test_optpass.cpp | 38 #include <getopt.h>
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | main.cpp | 30 #include <getopt.h>
|
Completed in 18 milliseconds
12345678910>>...21