/external/selinux/policycoreutils/setfiles/ |
setfiles.c | 253 policyfile = optarg; 278 if (lstat(optarg, &sb) < 0 && errno != EACCES) { 280 optarg, strerror(errno)); 283 add_exclude(optarg); 287 input_filename = optarg; 343 if (lstat(optarg, &sb) < 0 && errno != EACCES) { 346 optarg, strerror(errno)); 356 set_rootpath(optarg);
|
/external/valgrind/drd/tests/ |
rwlock_test.c | 68 s_num_iterations = atoi(optarg); 71 s_num_threads = atoi(optarg);
|
/prebuilts/qemu-kernel/ |
build-kernel.sh | 71 optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)') 76 OPTION_ARCH=$optarg 85 CCACHE=$optarg 88 OPTION_CONFIG=$optarg 91 OPTION_CROSS=$optarg 94 OPTION_GCC_VERSION=$optarg 97 OPTION_JOBS=$optarg 100 OPTION_OUT=$optarg
|
/test/vts-testcase/security/poc/target/ |
poc_test.cpp | 87 host_input.device_model = TranslateDeviceModel(optarg); 90 host_input.params = ExtractParams(optarg);
|
/toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
demangler-fuzzer.c | 74 seed = atoi (optarg); 79 maxcount = atoi (optarg);
|
/toolchain/binutils/binutils-2.27/binutils/ |
objcopy.c | [all...] |
/external/ltp/testcases/network/stress/ipsec/ |
ipsec_lib.sh | 55 l) LINK_NUM=$OPTARG ;; 56 m) IPSEC_MODE=$OPTARG ;; 57 p) IPSEC_PROTO=$OPTARG ;; 58 s) IPSEC_SIZE_ARRAY="$OPTARG" ;; 59 S) SPI=$OPTARG ;; 60 k) VTI_KEY=$OPTARG ;; 61 A) AEALGO=$OPTARG ;; 62 e) EALGO=$OPTARG ;; 63 a) AALGO=$OPTARG ;; 64 c) CALGO=$OPTARG ;; [all...] |
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
spuelf.em | 696 params.local_store_lo = strtoul (optarg, &end, 0); 703 einfo (_("%P%F: invalid --local-store address range `%s'\''\n"), optarg); 717 if (optarg != NULL) 719 auto_overlay_file = optarg; 759 params.num_lines = strtoul (optarg, &end, 0); 765 einfo (_("%P%F: invalid --num-lines/--num-regions `%s'\''\n"), optarg); 772 params.line_size = strtoul (optarg, &end, 0); 778 einfo (_("%P%F: invalid --line-size/--region-size `%s'\''\n"), optarg); 785 params.auto_overlay_fixed = strtoul (optarg, &end, 0); 787 einfo (_("%P%F: invalid --fixed-space value `%s'\''\n"), optarg); [all...] |
/external/adhd/cras/src/tests/ |
cras_test_client.c | [all...] |
/system/core/toolbox/ |
newfs_msdos.c | 271 opt_ofs = argtooff(optarg, "offset"); 280 opt_B = optarg; 283 opt_create = argtooff(optarg, "create size"); 286 if (strcmp(optarg, "12") && strcmp(optarg, "16") && strcmp(optarg, "32")) 287 errx(1, "%s: bad FAT type", optarg); 288 opt_F = atoi(optarg); 291 opt_I = argto4(optarg, 0, "volume ID"); 295 if (!oklabel(optarg)) [all...] |
/bionic/libc/include/bits/ |
getopt.h | 38 extern char* optarg;
|
/external/autotest/client/deps/lansim/src/ |
run_unittests | 44 echo "Invalid option: -$OPTARG" >&2
|
/external/autotest/client/tests/bonnie/ |
bonnie++-1.03a-gcc43.patch | 14 userName = strdup(optarg);
|
/external/bsdiff/ |
bsdiff_arguments.cc | 73 if (!ParseBsdiffFormat(optarg, &format_)) { 77 if (!ParseMinLength(optarg, &min_length_)) { 81 if (!ParseCompressorType(optarg, &compressor_type_)) { 85 if (!ParseQuality(optarg, &compression_quality_)) {
|
/external/e2fsprogs/debugfs/ |
unused.c | 23 extern char *optarg;
|
/external/e2fsprogs/lib/blkid/ |
dev.c | 189 extern char *optarg; 214 file = optarg; 217 blkid_debug_mask = strtoul (optarg, &tmp, 0); 220 optarg);
|
/external/e2fsprogs/misc/ |
uuidgen.c | 21 extern char *optarg;
|
/external/freetype/builds/unix/ |
freetype-config.in | 100 optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` 103 optarg= 109 prefix=$optarg 116 exec_prefix=$optarg
|
/external/google-breakpad/src/tools/linux/symupload/ |
minidump_upload.cc | 115 options->product = optarg; 118 options->proxy_user_pwd = optarg; 121 options->version = optarg; 124 options->proxy = optarg;
|
/external/honggfuzz/ |
cmdline.h | 31 rlim_t cmdlineParseRLimit(int res, const char* optarg, unsigned long mul);
|
/external/iptables/extensions/ |
libebt_limit.c | 105 if (!parse_rate(optarg, &r->avg)) 107 "bad rate `%s'", optarg); 114 if (!xtables_strtoul(optarg, NULL, &num, 0, 10000)) 116 "bad --limit-burst `%s'", optarg);
|
libebt_mark.c | 79 if (ebt_fill_target(optarg, &tmp)) 131 info->mark = strtoul(optarg, &end, 0); 132 if (*end != '\0' || end == optarg) 134 optarg);
|
/external/kernel-headers/original/uapi/sound/ |
sfnt_info.h | 45 short optarg; /* optional argument */ member in struct:soundfont_patch_info 54 #define SNDRV_SFNT_REPLACE_DATA 5 /* awe_sample_info (optarg=#channels)*/ 57 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */ 58 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
|
/external/libnl/src/ |
genl-ctrl-list.c | 61 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
|
nl-neightbl-list.c | 57 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
|