/external/libusb/examples/getopt/ |
getopt.h | 47 extern char *optarg; 88 a compiled-in constant, such as set a value from `optarg', set the 127 takes an argument, to be placed in `optarg'.
|
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/ |
mem-on-off-test.sh | 142 error=$OPTARG 149 priority=$OPTARG 152 ratio=$OPTARG
|
/external/ltp/testcases/kernel/mem/mtest01/ |
mtest01.c | 101 chunksize = atoi(optarg); 108 maxbytes = atoll(optarg); 115 maxpercent = atoi(optarg);
|
/external/ltp/testcases/kernel/sched/nptl/ |
nptl01.c | 229 extern char *optarg; 235 if (optarg) 236 numloops = atoi(optarg);
|
/external/ltp/testscripts/ |
exportfs.sh | 68 h) NFS_SERVER=$OPTARG ;; 69 d) REM_DISK_PART=$OPTARG ;; 70 t) FS_TYPE=$OPTARG ;;
|
/external/scapy/scapy/tools/ |
UTscapy.py | 704 for opt,optarg in opts[0]: 718 SCAPY = optarg 720 GLOB_PREEXEC += "\n"+optarg 723 FORMAT = Format.from_string(optarg) 727 TESTFILES.append(optarg) 730 TESTFILES.remove(optarg) 732 data = parse_config_file(optarg, VERB) 753 OUTPUTFILE = open(optarg, "wb") 758 for v in (x.strip() for x in optarg.split(",")): 765 MODULES.append(optarg) [all...] |
/external/syslinux/com32/modules/ |
pxechn.c | 764 dprintf_pc_pa(" Got arg '%c'/'%c' addr %08X val %s\n", arg == '?' ? optopt : arg, arg, (unsigned int)optarg, optarg ? optarg : ""); 767 pxechn_setopt_str(&(opts[209]), optarg); 770 pxe->force = pxechn_parse_force(optarg); 773 pxe->gip = pxe_dns(optarg); 778 rv = pxechn_parse_setopt(opts, &iopt, optarg); 781 pxechn_setopt_str(&(opts[210]), optarg); 787 optnum = strtoul(optarg, &p, 0); 788 if (p != optarg) { [all...] |
/external/syslinux/gpxe/src/core/ |
getopt.c | 38 char *optarg; variable 145 optarg = ( char * ) argument; 205 optarg = ( char * ) argument;
|
/external/valgrind/solaris/ |
build_solaris_package | 145 source_directory=$OPTARG 148 lint_repo_uri=$OPTARG 151 repo_uri=$OPTARG
|
/external/vboot_reference/utility/ |
load_kernel_test.c | 107 lkp.boot_flags = strtoull(optarg, &e, 0); 108 if (!*optarg || (e && *e)) 110 fprintf(stderr, "Invalid argument to -%c: \"%s\"\n", c, optarg);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
getopt.h | 59 extern char *optarg; 100 a compiled-in constant, such as set a value from `optarg', set the 135 takes an argument, to be placed in `optarg'.
|
/system/extras/puncture_fs/ |
puncture_fs.c | 216 seed = atoi(optarg); 219 hole_size = atoll(optarg); 223 total_hole_size = atoll(optarg);
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
CodeObserver.java | 288 String optArg = (length != 1) ? " #" + Hex.u4(bits) : ""; 291 header(offset) + optArg + " // " + 306 String optArg = (length != 1) ? " #" + Hex.u8(bits) : ""; 309 header(offset) + optArg + " // " +
|
/external/autotest/client/tests/signaltest/src/ |
signaltest.c | 251 case 'b': tracelimit = atoi(optarg); break; 252 case 'l': max_cycles = atoi(optarg); break; 253 case 'p': priority = atoi(optarg); break; 255 case 't': num_threads = atoi(optarg); break;
|
/external/autotest/contrib/ |
count_labels | 61 l) LABEL=$OPTARG ;;
|
/external/autotest/site_utils/ |
setup_dev_autotest.sh | 60 AUTOTEST_DIR=$OPTARG 63 PASSWD=$OPTARG 82 echo "Invalid option: -$OPTARG" >&2 87 echo "Option -$OPTARG requires an argument." >&2
|
/external/e2fsprogs/e2fsck/ |
iscan.c | 70 inode_buffer_blocks = atoi(optarg);
|
/external/e2fsprogs/lib/blkid/ |
tag.c | 389 extern char *optarg; 419 file = optarg; 422 blkid_debug_mask = strtoul (optarg, &tmp, 0); 425 optarg);
|
/external/e2fsprogs/misc/ |
e2label.c | 24 extern char *optarg;
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
dump_syms_tool.mm | 207 google_breakpad::BreakpadGetArchInfoFromName(optarg); 209 fprintf(stderr, "%s: Invalid architecture: %s\n", argv[0], optarg); 218 stringWithFileSystemRepresentation:optarg length:strlen(optarg)];
|
/external/iproute2/tc/ |
m_xt.c | 187 m = xtables_find_target(optarg, XTF_TRY_LOAD); 191 optarg); 204 optarg); 221 "failed to find target %s\n\n", optarg);
|
/external/iptables/extensions/ |
libxt_tcp.c | 151 parse_tcp_ports(optarg, tcpinfo->spts); 161 parse_tcp_ports(optarg, tcpinfo->dpts); 186 parse_tcp_flags(tcpinfo, optarg, argv[optind], 196 parse_tcp_option(optarg, &tcpinfo->option);
|
/external/libdrm/tests/amdgpu/ |
amdgpu_test.c | 319 suite_id = atoi(optarg); 322 test_id = atoi(optarg); 325 pci_bus_id = atoi(optarg); 328 pci_device_id = atoi(optarg);
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
futex_wait_uninitialized_heap.c | 85 log_verbosity(atoi(optarg));
|
futex_wait_wouldblock.c | 59 log_verbosity(atoi(optarg));
|