HomeSort by relevance Sort by last modified time
    Searched full:optopt (Results 1 - 25 of 282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.variables.txt 45 optopt
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.variables.txt 44 optopt
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.variables.txt 47 optopt
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.variables.txt 46 optopt
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.variables.txt 46 optopt
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.variables.txt 46 optopt
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.c 163 char optbuf[100], optopt[100]; local
173 optopt[0] = 0;
185 sprintf(optopt, "--%s=<%s>", options[i].lopt,
188 strcat(optbuf, optopt);
199 sprintf(optopt, "--%s", options[i].lopt);
200 strcat(optbuf, optopt);
208 printf(" %-22s %s\n", optopt, gettext(options[i].description));
  /external/marisa-trie/tools/
cmdopt.c 69 h->optopt = *h->nextchar++;
72 if (*ptr == h->optopt) {
82 return h->optopt;
86 if (h->optopt == '-') {
211 h->optopt = 0;
256 h->optopt = 0;
271 fprintf(stderr, "option requires an argument -- %c\n", h->optopt);
279 fprintf(stderr, "invalid option -- %c\n", h->optopt);
286 fprintf(stderr, "option with `%s' -- %c\n", h->optarg, h->optopt);
cmdopt.h 40 int optopt; // Label of the last option. member in struct:cmdopt_t_
  /external/marisa-trie/v0_1_5/tools/
cmdopt.c 69 h->optopt = *h->nextchar++;
72 if (*ptr == h->optopt) {
82 return h->optopt;
86 if (h->optopt == '-') {
211 h->optopt = 0;
256 h->optopt = 0;
271 fprintf(stderr, "option requires an argument -- %c\n", h->optopt);
279 fprintf(stderr, "invalid option -- %c\n", h->optopt);
286 fprintf(stderr, "option with `%s' -- %c\n", h->optarg, h->optopt);
cmdopt.h 40 int optopt; // Label of the last option. member in struct:cmdopt_t_
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 75 int optopt = '?'; /* character checked for validity */ variable
269 optopt = 0;
283 * XXX: GNU sets optopt to val regardless of flag
286 optopt = long_options[match].val;
288 optopt = 0;
320 * XXX: GNU sets optopt to val regardless of flag
323 optopt = long_options[match].val;
325 optopt = 0;
340 optopt = 0;
524 optopt = optchar
    [all...]
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 60 int optopt = '?'; /* character checked for validity */ variable
203 optopt = 0;
214 * XXX: GNU sets optopt to val regardless of flag
217 optopt = long_options[match].val;
219 optopt = 0;
244 * XXX: GNU sets optopt to val regardless of flag
247 optopt = long_options[match].val;
249 optopt = 0;
260 optopt = 0;
422 optopt = optchar
    [all...]
getopt.h 73 extern int optopt;
  /external/mesa3d/src/getopt/
getopt_long.c 60 int optopt = '?'; /* character checked for validity */ variable
203 optopt = 0;
214 * XXX: GNU sets optopt to val regardless of flag
217 optopt = long_options[match].val;
219 optopt = 0;
244 * XXX: GNU sets optopt to val regardless of flag
247 optopt = long_options[match].val;
249 optopt = 0;
260 optopt = 0;
422 optopt = optchar
    [all...]
getopt.h 73 extern int optopt;
  /system/core/toolbox/
swapon.c 57 fprintf(stderr, "unknown option: %c\n", optopt);
rotatefb.c 32 argv[0], optopt);
cmp.c 40 argv[0], optopt);
hd.c 43 argv[0], optopt);
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 44 # undef optopt macro
54 # define optopt __GETOPT_ID (optopt) macro
136 extern int optopt;
184 missing arguments, `optopt' is set to the option letter, and '?' is
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.c 105 char optbuf[100], optopt[100]; local
112 optopt[0] = 0;
  /external/bison/darwin-lib/
getopt.h 64 # undef optopt macro
75 # define optopt __GETOPT_ID (optopt) macro
171 extern int optopt;
222 missing arguments, 'optopt' is set to the option letter, and '?' is
  /external/bison/lib/
getopt.in.h 63 # undef optopt macro
74 # define optopt __GETOPT_ID (optopt) macro
160 extern int optopt;
211 missing arguments, 'optopt' is set to the option letter, and '?' is
  /bionic/libc/include/
getopt.h 70 extern int optind, opterr, optopt;

Completed in 1297 milliseconds

1 2 3 4 5 6 7 8 91011>>