Searched refs:getopt (Results 776 - 800 of 834) sorted by relevance
1...<<31323334
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.c | 1326 c = getopt(argc, argv, "a:A:c:C:ei:M:nN:o:p:P:r:R:s:St:T:vW"); in main()
|
H A D | wpa_priv.c | 1216 c = getopt(argc, argv, "Bc:dP:"); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 2077 c = getopt(argc, argv, "a:BhG:i:p:P:rs:v"); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.c | 1325 c = getopt(argc, argv, "a:A:c:C:ei:M:nN:o:p:P:r:R:s:St:T:vW"); in main()
|
H A D | wpa_priv.c | 1226 c = getopt(argc, argv, "Bc:dP:"); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 2019 c = getopt(argc, argv, "a:BhG:i:p:P:s:v"); in main()
|
/third_party/tzdata/ |
H A D | zic.c | 148 extern int getopt(int argc, char * const argv[], 1003 while ((c = getopt(argc, argv, "b:d:l:L:p:r:R:st:vy:")) != EOF in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 34 #include <getopt.h>
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 2582 while ((opt = getopt(argc, argv, "ei:mnT:o:awENd:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 31 #include <getopt.h>
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 2281 while ((opt = getopt(argc, argv, "ei:MmnT:to:au:WwENd:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 33 #include <getopt.h>
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample_user.c | 9 #include <getopt.h>
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 10 #include <getopt.h>
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 25 #include <getopt.h>
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 29 #include <getopt.h>
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 26 #include "getopt.c" 1612 while ((opt = getopt(argc, argv, in main()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 348 extern char *optarg; /* used by getopt */ in main() 414 while ((ind = getopt(argc, argv, in main()
|
/third_party/littlefs/runners/ |
H A D | test_runner.c | 14 #include <getopt.h> 2666 // unknown arg, getopt prints a message for us in main()
|
H A D | bench_runner.c | 14 #include <getopt.h> 1961 // unknown arg, getopt prints a message for us in main()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsinfo.c | 64 #include <getopt.h>
|
H A D | ntfsundelete.c | 58 #include <getopt.h>
|
H A D | ntfswipe.c | 38 #include <getopt.h>
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 2049 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 31 #include <getopt.h>
|
Completed in 62 milliseconds
1...<<31323334