Searched refs:getopt (Results 751 - 775 of 864) sorted by relevance
1...<<3132333435
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_test.c | 10 #include <getopt.h>
|
/third_party/eudev/src/cdrom_id/ |
H A D | cdrom_id.c | 32 #include <getopt.h>
|
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 14 #include <getopt.h>
|
/third_party/ffmpeg/tools/ |
H A D | crypto_bench.c | 42 #include <unistd.h> /* for getopt */ 45 #include "compat/getopt.c" 673 while ((opt = getopt(argc, argv, "hl:a:r:")) != -1) { in main()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 29 #include <getopt.h>
|
H A D | aplaymidi.c | 29 #include <getopt.h>
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 51 #include <getopt.h>
|
/third_party/alsa-lib/test/ |
H A D | pcm.c | 12 #include <getopt.h>
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 905 while ((c = getopt(argc, argv, "r:d")) != -1) { in parse_options()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscmp.c | 34 #include <getopt.h>
|
H A D | ntfscp.c | 33 #include <getopt.h>
|
H A D | ntfsusermap.c | 107 #include <getopt.h>
|
/third_party/nghttp2/src/ |
H A D | util.h | 33 #include <getopt.h>
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 76 while((c=getopt(argc,argv,"lf:t:")) != EOF) { in main()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 28 #include <getopt.h>
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 742 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | semind.c | 16 #include <getopt.h>
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 50 #include <getopt.h> 1387 PRINT_INFO("0 from getopt"); in main() 1395 DIE("default from getopt"); in main()
|
/third_party/toybox/generated/ |
H A D | globals.h | 785 // toys/pending/getopt.c 1696 struct getopt_data getopt; member
|
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 32 #include <getopt.h>
|
/third_party/selinux/checkpolicy/ |
H A D | checkpolicy.c | 62 #include <getopt.h>
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 19 #include <getopt.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hlr_auc_gw.c | 1017 c = getopt(argc, argv, "D:g:hi:m:s:u"); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 423 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hlr_auc_gw.c | 1017 c = getopt(argc, argv, "D:g:hi:m:s:u"); in main()
|
Completed in 36 milliseconds
1...<<3132333435