/toolchain/binutils/binutils-2.27/ld/emultempl/ |
nds32elf.em | 304 relax_fp_as_gp = (optc == OPTION_FP_AS_GP);
|
beos.em | 264 gld${EMULATION_NAME}_handle_option (int optc) 266 switch (optc)
|
aix.em | 375 gld${EMULATION_NAME}_handle_option (int optc) 380 switch (optc) [all...] |
pep.em | 662 gld${EMULATION_NAME}_handle_option (int optc) 665 switch (optc) [all...] |
elf32.em | [all...] |
pe.em | 703 gld${EMULATION_NAME}_handle_option (int optc) 705 switch (optc) [all...] |
/external/mksh/src/ |
exec.c | 490 int optc; local 541 while ((optc = ksh_getopt(ap, &builtin_opt, "a:c")) != -1) 542 switch (optc) { 568 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p') 570 if (optc != -1) [all...] |
check.t | [all...] |
/external/toybox/toys/net/ |
ifconfig.c | 350 if(toys.optc < 2) {
|
/external/toybox/toys/pending/ |
fsck.c | 202 args = xzalloc((toys.optc + 2 + 1 + 1) * sizeof(char*)); //+1, for NULL, +1 if -C
|
tftp.c | 74 if(toys.optc == 2) port = atolx_range(toys.optargs[1], 1, 65535);
|
fdisk.c | [all...] |
dhcpd.c | [all...] |
/external/toybox/www/ |
code.html | 247 already sorted into this.optflags, this.optargs, this.optc, and the GLOBALS() 419 <li><p>int <b>optc</b> - Optarg count, equivalent to argc but for [all...] |
/external/webrtc/talk/session/media/ |
yuvscaler_unittest.cc | 273 TEST_F(YuvScalerTest, name##OptC) { \
|
/external/toybox/toys/posix/ |
ps.c | [all...] |