HomeSort by relevance Sort by last modified time
    Searched defs:optchar (Results 1 - 24 of 24) sorted by null

  /external/valgrind/drd/tests/
pth_cond_race.c 27 int optchar; local
30 while ((optchar = getopt(argc, argv, "m")) != EOF)
32 switch (optchar)
annotate_ignore_rw.c 27 int optchar; local
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
33 switch (optchar)
annotate_ignore_write.c 27 int optchar; local
31 while ((optchar = getopt(argc, argv, "r")) != EOF)
33 switch (optchar)
hold_lock.c 27 int optchar; local
32 while ((optchar = getopt(argc, argv, "i:")) != EOF)
34 switch (optchar)
omp_printf.c 23 int optchar; local
29 while ((optchar = getopt(argc, argv, "hi:qt:")) != EOF)
31 switch (optchar)
fp_race.c 34 int optchar; local
37 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
39 switch (optchar)
omp_prime.c 43 int optchar; local
47 while ((optchar = getopt(argc, argv, "qt:v")) != EOF)
49 switch (optchar)
61 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
sem_as_mutex.c 35 int optchar; local
38 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
40 switch (optchar)
sem_open.c 35 int optchar; local
39 while ((optchar = getopt(argc, argv, "dmp")) != EOF)
41 switch (optchar)
pth_inconsistent_cond_wait.c 94 int optchar; local
98 while ((optchar = getopt(argc, argv, "q")) != EOF)
100 switch (optchar)
104 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
rwlock_test.c 57 int optchar; local
63 while ((optchar = getopt(argc, argv, "i:t:")) != EOF)
65 switch (optchar)
74 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
pth_broadcast.c 113 int optchar; local
116 while ((optchar = getopt(argc, argv, "d")) != EOF)
118 switch (optchar)
circular_buffer.c 188 int optchar; local
190 while ((optchar = getopt(argc, argv, "nq")) != EOF)
192 switch (optchar)
omp_matinv.c 291 int optchar; local
297 while ((optchar = getopt(argc, argv, "hqrt:")) != EOF)
299 switch (optchar)
unit_bitmap.c 326 int optchar; local
328 while ((optchar = getopt(argc, argv, "s:t:q")) != EOF)
330 switch (optchar)
matinv.c 315 int optchar; local
321 while ((optchar = getopt(argc, argv, "qt:")) != EOF)
323 switch (optchar)
328 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
  /external/valgrind/memcheck/tests/
mallinfo.c 90 int optchar; local
92 while ((optchar = getopt(argc, argv, "q")) != EOF)
94 switch (optchar)
  /system/core/logcat/
getopt_long.cpp 317 int optchar; local
333 optchar = parse_long_options_r(nargv, options, long_options, idx,
335 if (optchar != -1) {
337 return optchar;
342 if ((optchar = (int)*(context->place)++) == (int)':' ||
343 (optchar == (int)'-' && *context->place != '\0') ||
344 !(oli = strchr(options, optchar))) {
348 if (optchar == (int)'-' && *context->place == '\0') return -1;
352 optchar);
354 context->optopt = optchar;
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 361 int optchar, short_too; local
490 optchar = parse_long_options(nargv, options, long_options,
492 if (optchar != -1) {
494 return (optchar);
498 if ((optchar = (int)*place++) == (int)':' ||
499 (optchar == (int)'-' && *place != '\0') ||
500 (oli = strchr(options, optchar)) == NULL) {
506 if (optchar == (int)'-' && *place == '\0')
513 optchar);
516 warnx(illoptchar, optchar);
    [all...]
  /external/e2fsprogs/misc/
chattr.c 96 char optchar; member in struct:flags_char
123 if (fp->optchar == c)
  /external/mesa3d/src/getopt/
getopt_long.c 281 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/tcpdump/missing/
getopt_long.c 358 int optchar, short_too; local
490 optchar = parse_long_options(nargv, options, long_options,
492 if (optchar != -1) {
494 return (optchar);
498 if ((optchar = (int)*place++) == (int)':' ||
499 (optchar == (int)'-' && *place != '\0') ||
500 (oli = strchr(options, optchar)) == NULL) {
506 if (optchar == (int)'-' && *place == '\0')
513 optchar);
516 warnx(illoptchar, optchar);
    [all...]
  /external/selinux/policycoreutils/secon/
secon.c 154 int optchar = 0; local
201 while ((optchar = getopt_long(argc, argv, SECON_OPTS_GO,
203 switch (optchar) {
  /external/mksh/src/
funcs.c 3260 char optchar; member in struct:limits
    [all...]

Completed in 2704 milliseconds