/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.variables.txt | 19 optopt
|
/development/ndk/platforms/android-23/arch-arm64/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.variables.txt | 19 optopt
|
/development/ndk/platforms/android-23/arch-mips64/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.variables.txt | 19 optopt
|
/development/ndk/platforms/android-23/arch-x86_64/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.variables.txt | 16 optopt
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.variables.txt | 16 optopt
|
/external/c-ares/ |
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 */
|
ares_getopt.h | 39 #undef optopt macro 45 #define optopt ares_optopt macro 51 extern int optopt;
|
/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/vboot_reference/cgpt/ |
cmd_create.c | 63 Error("unrecognized option: -%c\n", optopt); 67 Error("missing argument to -%c\n", optopt);
|
cmd_legacy.c | 54 Error("unrecognized option: -%c\n", optopt); 58 Error("missing argument to -%c\n", optopt);
|
cmd_repair.c | 54 Error("unrecognized option: -%c\n", optopt); 58 Error("missing argument to -%c\n", optopt);
|
cmd_boot.c | 71 Error("unrecognized option: -%c\n", optopt); 75 Error("missing argument to -%c\n", optopt);
|
cmd_show.c | 98 Error("unrecognized option: -%c\n", optopt); 102 Error("missing argument to -%c\n", optopt);
|
/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/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...] |
/external/vboot_reference/futility/ |
cmd_pcr.c | 122 if (optopt) 124 optopt); 130 fprintf(stderr, "Missing argument to -%c\n", optopt);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
configure.com | 25 "/prefix=(all,exc=(""getopt"",""optarg"",""optopt"",""optind"",""opterr""))"
|
makefile.vms | 26 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
|