Searched refs:getopt (Results 526 - 550 of 864) sorted by relevance
1...<<21222324252627282930>>...35
/kernel/linux/linux-6.6/tools/bootconfig/ |
H A D | main.c | 493 while ((opt = getopt(argc, argv, "hda:l")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_jit_disasm.c | 274 while ((opt = getopt(argc, argv, "of:O:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_vss_daemon.c | 27 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 282 c = getopt(argc, argv, "m:vr:"); in main()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-download.c | 193 while((ch = getopt(argc, argv, "ahm:n:P:")) != -1) { in main()
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 25 #include <getopt.h>
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 34 #include <getopt.h>
|
/third_party/eudev/src/udev/ |
H A D | udevadm-info.c | 27 #include <getopt.h>
|
/third_party/alsa-utils/iecset/ |
H A D | iecset.c | 331 while ((c = getopt(argc, argv, "D:c:n:xhi")) != -1) { in main()
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.c | 25 #include <getopt.h>
|
/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 *);
|
Completed in 34 milliseconds
1...<<21222324252627282930>>...35