/third_party/ffmpeg/tools/ |
H A D | ffeval.c | 23 #include <unistd.h> /* getopt */ 30 #include "compat/getopt.c" 71 while ((c = getopt(argc, argv, "ehi:o:p:")) != -1) { in main()
|
H A D | seek_print.c | 23 #include <unistd.h> /* getopt */ 30 #include "compat/getopt.c" 52 while ((opt = getopt(argc, argv, "h")) != -1) { in main()
|
/third_party/fsverity-utils/programs/ |
H A D | cmd_enable.c | 15 #include <getopt.h>
|
/third_party/glfw/tests/ |
H A D | clipboard.c | 38 #include "getopt.h" 96 while ((ch = getopt(argc, argv, "h")) != -1) in main()
|
/third_party/alsa-utils/alsaucm/ |
H A D | usecase.c | 38 #include <getopt.h>
|
/third_party/alsa-utils/axfer/ |
H A D | xfer.h | 16 #include <getopt.h>
|
/third_party/backends/lib/ |
H A D | getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 28 # include <getopt.h> 184 printf ("?? getopt returned character code 0%o ??\n", c);
|
/third_party/alsa-lib/test/ |
H A D | omixer.c | 6 #include <getopt.h>
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | main.c | 71 while ((ch = getopt(argc, argv, "CfFnpyM")) != -1) { in main()
|
/third_party/alsa-lib/alsalisp/ |
H A D | alsalisp.c | 83 while ((c = getopt(argc, argv, "vdw")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
H A D | cpuset_list_compute.c | 34 while ((c = getopt(argc, argv, "ahs")) != -1) { in checkopt()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
H A D | cpuset_mem_hog.c | 28 #include <getopt.h>
|
/third_party/ltp/testcases/kernel/controllers/memcg/control/ |
H A D | mem_process.c | 34 while ((c = getopt(argc, argv, "pm:")) != -1) { in process_options()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.probe.c | 33 #include <getopt.h>
|
/third_party/ltp/testcases/kernel/ipc/semaphore/ |
H A D | sem01.c | 112 while ((opt = getopt(argc, argv, "l:vh")) != EOF) { in main()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmap-corruption01.c | 85 while ((c = getopt(argc, argv, ":h:m:s:")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt10.c | 83 while ((c = getopt(argc, argv, "i:")) != EOF) { in main()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 175 while ((i = getopt(argc, argv, "dln:?")) != EOF) { in parse_args()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc1.c | 238 while ((opt = getopt(argc, argv, "p:t:vd")) != EOF) { in parse_args()
|
H A D | sched_tc0.c | 230 while ((opt = getopt(argc, argv, "p:t:vd")) != EOF) { in parse_args()
|
/third_party/musl/libc-test/src/common/ |
H A D | runtest.c | 51 while ((opt = getopt(argc, argv, "w:t:")) != -1) { in main()
|
/third_party/selinux/libselinux/utils/ |
H A D | getconlist.c | 26 while ((opt = getopt(argc, argv, "l:")) > 0) { in main()
|
/third_party/selinux/libsepol/fuzz/ |
H A D | secilc-fuzzer.c | 5 #include <getopt.h>
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 27 #include <getopt.h> 378 while ((c = getopt(argc, argv, "g:")) != -1) { in main()
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt_long.c | 53 #include <getopt.h> 61 int optreset; /* reset getopt */ 467 * getopt -- 470 * [eventually this will replace the BSD getopt] 473 getopt(int nargc, char * const *nargv, const char *options) in getopt() function 478 * the BSD getopt(3) (unlike GNU) has never done this. in getopt() 480 * Furthermore, since many privileged programs call getopt() in getopt()
|