HomeSort by relevance Sort by last modified time
    Searched refs:optopt (Results 76 - 100 of 206) sorted by null

1 2 34 5 6 7 8 9

  /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
getopt_int.h 76 int optopt;
75 int optopt; member in struct:_getopt_data
getopt.c 94 int optopt = '?';
594 d->optopt = 0;
674 d->optopt = pfound->val;
713 d->optopt = pfound->val;
784 d->optopt = 0;
832 d->optopt = c;
886 d->optopt = c;
93 int optopt = '?'; variable
    [all...]
  /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/tcpdump/win32/Include/
getopt.h 63 extern int optopt;
  /ndk/sources/host-tools/make-3.81/
getopt.h 58 extern int optopt;
getopt.c 151 int optopt = '?'; variable
670 optopt = 0;
700 optopt = pfound->val;
715 optopt = pfound->val;
750 optopt = 0;
777 optopt = c;
807 optopt = c;
937 optopt = c;
config.h-vms 405 #define optopt gnu_optopt
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 23 extern int optopt; /* single option character, as parsed */
  /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...]
  /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...]
  /external/e2fsprogs/include/nonunix/
getopt.h 60 extern GETOPT_VARIABLE int optopt;
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 40 int optopt;
39 int optopt; member in struct:_getopt_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
getopt.h 82 extern int optopt;
130 missing arguments, `optopt' is set to the option letter, and '?' is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 82 extern int optopt;
130 missing arguments, `optopt' is set to the option letter, and '?' is
  /system/core/toolbox/
swapon.c 50 fprintf(stderr, "unknown option: %c\n", optopt);
rotatefb.c 32 argv[0], optopt);
setkey.c 78 argv[0], optopt);
cmp.c 40 argv[0], optopt);
hd.c 42 argv[0], optopt);
  /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/fio/lib/
getopt_long.c 20 int optind = 0, opterr = 0, optopt = 0; variable
162 optopt = opt;
  /development/tools/yuv420sp2rgb/
cmdline.c 10 extern int optind, opterr, optopt;

Completed in 1902 milliseconds

1 2 34 5 6 7 8 9