Searched refs:getopt (Results 276 - 300 of 475) sorted by relevance
1...<<111213141516171819
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 25 #include <getopt.h>
|
/third_party/alsa-lib/test/ |
H A D | audio_time.c | 15 #include <getopt.h>
|
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 237 while ((c = getopt(argc, argv, "p:c:h")) != -1) { in parse_args()
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 63 /* To getopt users, it is like optind */ 176 /* Create the option string for getopt */ in parse_opts() 195 while ((opt = getopt(ac, av, optionstr)) > 0) { in parse_opts()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfslabel.c | 45 #include <getopt.h>
|
/third_party/nghttp2/src/ |
H A D | deflatehd.cc | 32 #include <getopt.h>
|
H A D | nghttpd.cc | 35 #include <getopt.h>
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 146 int getopt(int, char * const [], const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 121 int getopt(int, char * const [], const char *);
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | rnd.c | 245 while ((opt = getopt(argc, argv, "n:a:b:m:s:")) != -1) { in main()
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 148 int getopt(int, char * const [], const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 146 int getopt(int, char * const [], const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 121 int getopt(int, char * const [], const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 126 int getopt(int, char * const [], const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 121 int getopt(int, char * const [], const char *);
|
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 23 #include <getopt.h>
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_asm.c | 26 #include <getopt.h>
|
H A D | aubinator.c | 28 #include <getopt.h>
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | cmdline.c | 27 #include <getopt.h>
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_stress.c | 73 /** Specified options strings for getopt */ 362 while ((c = getopt(argc, argv, options)) != -1) { in main()
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 11 #include <getopt.h>
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpserver.c | 547 while ((optc = getopt(argc, argv, "f:p:bcswo:dh")) != EOF) { in main()
|
H A D | ns-igmp_querier.c | 257 while ((optc = getopt(argc, argv, "I:m:s:r:t:i:obdh")) != EOF) { in parse_options()
|
H A D | ns-mcast_join.c | 177 while ((optc = getopt(argc, argv, "f:I:p:F:s:n:ml:i:a:dh")) != EOF) { in parse_options()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | dma_thread_diotest.c | 99 #include <getopt.h>
|
Completed in 20 milliseconds
1...<<111213141516171819