Home
last modified time | relevance | path

Searched refs:getopt (Results 126 - 150 of 482) sorted by relevance

12345678910>>...20

/third_party/ffmpeg/tools/
H A Dffeval.c23 #include <unistd.h> /* getopt */
30 #include "compat/getopt.c"
71 while ((c = getopt(argc, argv, "ehi:o:p:")) != -1) { in main()
H A Dseek_print.c23 #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 Dcmd_enable.c15 #include <getopt.h>
/third_party/glfw/tests/
H A Dclipboard.c38 #include "getopt.h"
96 while ((ch = getopt(argc, argv, "h")) != -1) in main()
/third_party/alsa-utils/alsaucm/
H A Dusecase.c38 #include <getopt.h>
/third_party/alsa-utils/axfer/
H A Dxfer.h16 #include <getopt.h>
/third_party/backends/lib/
H A Dgetopt1.c1 /* 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 Domixer.c6 #include <getopt.h>
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dmain.c71 while ((ch = getopt(argc, argv, "CfFnpyM")) != -1) { in main()
/third_party/alsa-lib/alsalisp/
H A Dalsalisp.c83 while ((c = getopt(argc, argv, "vdw")) != -1) { in main()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
H A Dcpuset_list_compute.c34 while ((c = getopt(argc, argv, "ahs")) != -1) { in checkopt()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_mem_hog.c28 #include <getopt.h>
/third_party/ltp/testcases/kernel/controllers/memcg/control/
H A Dmem_process.c34 while ((c = getopt(argc, argv, "pm:")) != -1) { in process_options()
/third_party/ntfs-3g/src/
H A Dntfs-3g.probe.c33 #include <getopt.h>
/third_party/ltp/testcases/kernel/ipc/semaphore/
H A Dsem01.c112 while ((opt = getopt(argc, argv, "l:vh")) != EOF) { in main()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmap-corruption01.c85 while ((c = getopt(argc, argv, ":h:m:s:")) != -1) { in main()
/third_party/ltp/testcases/kernel/mem/shmt/
H A Dshmt10.c83 while ((c = getopt(argc, argv, "i:")) != EOF) { in main()
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str02.c175 while ((i = getopt(argc, argv, "dln:?")) != EOF) { in parse_args()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc1.c238 while ((opt = getopt(argc, argv, "p:t:vd")) != EOF) { in parse_args()
H A Dsched_tc0.c230 while ((opt = getopt(argc, argv, "p:t:vd")) != EOF) { in parse_args()
/third_party/musl/libc-test/src/common/
H A Druntest.c51 while ((opt = getopt(argc, argv, "w:t:")) != -1) { in main()
/third_party/selinux/libselinux/utils/
H A Dgetconlist.c26 while ((opt = getopt(argc, argv, "l:")) > 0) { in main()
/third_party/selinux/libsepol/fuzz/
H A Dsecilc-fuzzer.c5 #include <getopt.h>
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c27 #include <getopt.h>
378 while ((c = getopt(argc, argv, "g:")) != -1) { in main()
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c53 #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()

Completed in 11 milliseconds

12345678910>>...20