Home
last modified time | relevance | path

Searched refs:getopt (Results 276 - 300 of 475) sorted by relevance

1...<<111213141516171819

/third_party/alsa-utils/seq/aconnect/
H A Daconnect.c25 #include <getopt.h>
/third_party/alsa-lib/test/
H A Daudio_time.c15 #include <getopt.h>
/third_party/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c237 while ((c = getopt(argc, argv, "p:c:h")) != -1) { in parse_args()
/third_party/ltp/lib/
H A Dparse_opts.c63 /* 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 Dntfslabel.c45 #include <getopt.h>
/third_party/nghttp2/src/
H A Ddeflatehd.cc32 #include <getopt.h>
H A Dnghttpd.cc35 #include <getopt.h>
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h146 int getopt(int, char * const [], const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h121 int getopt(int, char * const [], const char *);
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c245 while ((opt = getopt(argc, argv, "n:a:b:m:s:")) != -1) { in main()
/third_party/musl/porting/linux/user/include/
H A Dunistd.h148 int getopt(int, char * const [], const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h146 int getopt(int, char * const [], const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h121 int getopt(int, char * const [], const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h126 int getopt(int, char * const [], const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h121 int getopt(int, char * const [], const char *);
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c23 #include <getopt.h>
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c26 #include <getopt.h>
H A Daubinator.c28 #include <getopt.h>
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c27 #include <getopt.h>
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c73 /** Specified options strings for getopt */
362 while ((c = getopt(argc, argv, options)) != -1) { in main()
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c11 #include <getopt.h>
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c547 while ((optc = getopt(argc, argv, "f:p:bcswo:dh")) != EOF) { in main()
H A Dns-igmp_querier.c257 while ((optc = getopt(argc, argv, "I:m:s:r:t:i:obdh")) != EOF) { in parse_options()
H A Dns-mcast_join.c177 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 Ddma_thread_diotest.c99 #include <getopt.h>

Completed in 20 milliseconds

1...<<111213141516171819