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

  /external/syslinux/com32/include/
unistd.h 33 __extern int optind, opterr, optopt; variable
  /external/libpcap/missing/
getopt.c 46 optopt, /* character checked for validity */ variable
87 if ((optopt = (int)*place++) == (int)':' ||
88 !(oli = strchr(ostr, optopt))) {
93 if (optopt == (int)'-')
99 "%s: illegal option -- %c\n", __progname, optopt);
117 __progname, optopt);
125 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/fio/oslib/
getopt_long.c 20 int optind = 0, opterr = 0, optopt = 0; variable
188 optopt = opt;
  /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
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 35 int optopt; /* = 0; */ variable
58 optopt = 0;
96 optopt = optchar;
108 * options, ... it returns '?' and sets the external variable optopt to
111 optopt = optchar;
174 optopt = result;
202 * optopt to the actual option character.
  /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/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.27/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/syslinux/lzo/src/
lzo_supp.h 1270 int optopt; member in struct:lzo_getopt_t
    [all...]
miniacc.h 4038 int optopt; member in struct:acc_getopt_t
    [all...]

Completed in 324 milliseconds