Searched refs:optchar (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw.c27 int optchar; local
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
33 switch (optchar)
H A Dannotate_ignore_write.c27 int optchar; local
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
33 switch (optchar)
H A Dfp_race.c34 int optchar; local
37 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
39 switch (optchar)
H A Domp_printf.c23 int optchar; local
29 while ((optchar = getopt(argc, argv, "hi:qt:")) != EOF)
31 switch (optchar)
H A Dpth_cond_race.c27 int optchar; local
30 while ((optchar = getopt(argc, argv, "m")) != EOF)
32 switch (optchar)
H A Dsem_as_mutex.c35 int optchar; local
38 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
40 switch (optchar)
H A Domp_prime.c43 int optchar; local
47 while ((optchar = getopt(argc, argv, "qt:v")) != EOF)
49 switch (optchar)
61 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
H A Drwlock_test.c57 int optchar; local
63 while ((optchar = getopt(argc, argv, "i:t:")) != EOF)
65 switch (optchar)
74 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
H A Dhold_lock.c27 int optchar; local
32 while ((optchar = getopt(argc, argv, "i:")) != EOF)
34 switch (optchar)
H A Dsem_open.c35 int optchar; local
39 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
41 switch (optchar)
H A Dpth_inconsistent_cond_wait.c94 int optchar; local
98 while ((optchar = getopt(argc, argv, "q")) != EOF)
100 switch (optchar)
104 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
H A Dpth_broadcast.c113 int optchar; local
116 while ((optchar = getopt(argc, argv, "d")) != EOF)
118 switch (optchar)
H A Dmatinv.c315 int optchar; local
321 while ((optchar = getopt(argc, argv, "qt:")) != EOF)
323 switch (optchar)
328 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
H A Dcircular_buffer.c188 int optchar; local
190 while ((optchar = getopt(argc, argv, "nq")) != EOF)
192 switch (optchar)
H A Domp_matinv.c291 int optchar; local
297 while ((optchar = getopt(argc, argv, "hqrt:")) != EOF)
299 switch (optchar)
H A Dunit_bitmap.c323 int optchar; local
325 while ((optchar = getopt(argc, argv, "s:t:q")) != EOF)
327 switch (optchar)
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt_long.c281 int optchar, short_too; local
400 optchar = parse_long_options(nargv, options, long_options,
402 if (optchar != -1) {
404 return (optchar);
408 if ((optchar = (int)*place++) == (int)':' ||
409 (optchar == (int)'-' && *place != '\0') ||
410 (oli = strchr(options, optchar)) == NULL) {
416 if (optchar == (int)'-' && *place == '\0')
421 fprintf(stderr, illoptchar, optchar);
422 optopt = optchar;
[all...]
/external/mesa3d/src/getopt/
H A Dgetopt_long.c281 int optchar, short_too; local
400 optchar = parse_long_options(nargv, options, long_options,
402 if (optchar != -1) {
404 return (optchar);
408 if ((optchar = (int)*place++) == (int)':' ||
409 (optchar == (int)'-' && *place != '\0') ||
410 (oli = strchr(options, optchar)) == NULL) {
416 if (optchar == (int)'-' && *place == '\0')
421 fprintf(stderr, illoptchar, optchar);
422 optopt = optchar;
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmallinfo.c90 int optchar; local
92 while ((optchar = getopt(argc, argv, "q")) != EOF)
94 switch (optchar)
/external/e2fsprogs/misc/
H A Dchattr.c92 char optchar; member in struct:flags_char
118 if (fp->optchar == c)
/external/mksh/src/
H A Dfuncs.c3442 if (rlimits[i]->optchar == what)

Completed in 3029 milliseconds