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

1 2

  /external/c-ares/
ares_getopt.h 39 #undef optopt macro
45 #define optopt ares_optopt macro
51 extern int optopt;
ares_getopt.c 53 int optopt = 0; /* character checked for validity */ variable
83 if ((optopt = (int)*place++) == (int)':' ||
84 (oli = strchr(ostr, optopt)) == NULL) {
89 if (optopt == (int)'-')
95 "%s: illegal option -- %c\n", __FILE__, optopt);
113 __FILE__, optopt);
121 return (optopt); /* dump back option letter */
  /external/syslinux/com32/include/
unistd.h 33 __extern int optind, opterr, optopt; variable
  /external/fio/lib/
getopt_long.c 20 int optind = 0, opterr = 0, optopt = 0; variable
162 optopt = opt;
  /external/libpcap/Win32/Src/
getopt.c 44 optopt, /* character checked for validity */ variable
82 if ((optopt = (int)*place++) == (int)':' ||
83 !(oli = strchr(ostr, optopt))) {
88 if (optopt == (int)'-')
94 "%s: illegal option -- %c\n", __progname, optopt);
112 __progname, optopt);
120 return (optopt); /* dump back option letter */
  /external/syslinux/com32/lib/
getopt.c 12 int optind, opterr, optopt; variable
92 optopt = opt;
getopt_long.c 17 int optind, opterr, optopt; variable
147 optopt = opt;
  /external/syslinux/libinstaller/getopt/
getopt_long.c 17 int optind, opterr, optopt; variable
147 optopt = opt;
  /external/bison/lib/
getopt_int.h 76 int optopt;
75 int optopt; member in struct:_getopt_data
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.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/syslinux/gpxe/src/core/
getopt.c 59 * character is stored in @c optopt.
61 int optopt; variable
250 optopt = '?';
270 optopt = *opttext;
271 printf ( "Unrecognised option \"-%c\"\n", optopt );
  /system/core/logcat/include/log/
getopt.h 38 int optopt; member in struct:getopt_context
  /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
  /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;
518 optopt = optchar
    [all...]
  /external/libusb/examples/getopt/
getopt.c 155 int optopt = '?';
694 optopt = 0;
726 optopt = pfound->val;
741 optopt = pfound->val;
776 optopt = 0;
803 optopt = c;
833 optopt = c;
963 optopt = c;
154 int optopt = '?'; variable
  /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/openssh/openbsd-compat/
getopt_long.c 59 * getopt opterr optind optopt optreset optarg are all in defines.h which is
77 int optopt = '?'; /* character checked for validity */ variable
220 optopt = 0;
231 * XXX: GNU sets optopt to val regardless of flag
234 optopt = long_options[match].val;
236 optopt = 0;
261 * XXX: GNU sets optopt to val regardless of flag
264 optopt = long_options[match].val;
266 optopt = 0;
277 optopt = 0
    [all...]
  /external/tcpdump/missing/
getopt_long.c 83 int optind, opterr = 1, optopt; variable
266 optopt = 0;
280 * XXX: GNU sets optopt to val regardless of flag
283 optopt = long_options[match].val;
285 optopt = 0;
317 * XXX: GNU sets optopt to val regardless of flag
320 optopt = long_options[match].val;
322 optopt = 0;
337 optopt = 0;
518 optopt = optchar
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 158 int optopt = '?';
691 optopt = 0;
722 optopt = pfound->val;
738 optopt = pfound->val;
773 optopt = 0;
800 optopt = c;
830 optopt = c;
960 optopt = c;
157 int optopt = '?'; variable
  /external/wpa_supplicant_8/src/utils/
common.c 368 int optopt; variable
394 optopt = argv[optind][optchr];
395 cp = os_strchr(optstring, optopt);
396 if (cp == NULL || optopt == ':') {
  /external/ppp/pppd/
options.c 658 char *optopt = (opt->type == o_wild)? "": " option"; local
672 opt->name, optopt, mainopt->source);
679 opt->name, optopt, option_source);
684 opt->name, optopt);
689 opt->name, optopt);
693 option_error("%s%s is disabled", opt->name, optopt);
698 opt->name, optopt, option_source);
    [all...]
  /external/openssh/
defines.h 579 # undef optopt macro
585 # define optopt BSDoptopt macro
  /external/syslinux/lzo/src/
lzo_supp.h 1270 int optopt; member in struct:lzo_getopt_t
    [all...]
  /external/netperf/src/
netlib.c 275 optopt; /* character checked for validity */ variable
362 (NULL != program) ? program : "getopt", pch, optopt);
385 if ((optopt = (int)*place++) == (int)':'
386 || !(oli = strchr(ostr, optopt))) {
413 return optopt; /* return option letter */
    [all...]

Completed in 784 milliseconds

1 2