/frameworks/base/cmds/incident_helper/src/ |
main.cpp | 93 sectionID = atoi(optarg);
|
/frameworks/base/tools/incident_report/ |
main.cpp | 464 inFilename = optarg; 467 outFilename = optarg; 470 adbSerial = optarg; 482 privacy = optarg;
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
mpu_iio.c | 611 trigger_name = optarg; 624 num_loops = strtoul(optarg, &dummy, 10); 627 timedelay = strtoul(optarg, &dummy, 10); 630 buf_len = strtoul(optarg, &dummy, 10);
|
/hardware/libhardware/modules/radio/ |
radio_hal_tool.c | 202 band_number = atoi(optarg);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/ |
build.sh | 105 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 110 -j*|--jobs=*) JOBS=$optarg;; 111 --target-arch=*) TARGET_ARCH=$optarg;; 113 --gcc-version=*) OPT_GCC_VERSION=$optarg;;
|
/system/core/toolbox/ |
getevent.c | 546 get_switch = strtoul(optarg, NULL, 0); 556 if(optarg) 557 print_flags |= strtoul(optarg, NULL, 0); 585 event_count = atoi(optarg);
|
/system/extras/libperfmgr/tools/ |
ConfigVerifier.cc | 144 config_path = optarg;
|
/system/libufdt/utils/src/ |
mkdtimg_cfg_create.c | 182 params.dtb_dir = optarg;
|
/test/vts/utils/native/testability_checker/ |
VtsTestabilityCheckerMain.cpp | 69 bitness = string(optarg);
|
/toolchain/binutils/binutils-2.27/binutils/ |
configure.com | 102 "/prefix=(all,exc=(""getopt"",""optarg"",""optopt"",""optind"",""opterr""))"
|
/system/tools/hidl/ |
main.cpp | [all...] |
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 1023 sqlite_db_file = optarg; 1030 gsm_triplet_file = optarg; 1036 ind_len = atoi(optarg); 1043 milenage_file = optarg; 1046 socket_path = optarg;
|
hostapd_cli.c | [all...] |
/toolchain/binutils/binutils-2.27/ |
config-ml.in | 126 optarg=`echo $option | sed -e 's/^[^=]*=//'` 138 *) optarg=yes ;; 145 *) eval $enableopt='$optarg' ;; 160 *) optarg=yes ;; 163 eval $withopt='$optarg'
|
/art/tools/jfuzz/ |
jfuzz.cc | [all...] |
/bootable/recovery/applypatch/ |
imgdiff.cpp | [all...] |
/build/make/tools/makeparallel/ |
makeparallel.cpp | 135 if (sscanf(optarg, "%d,%d", in_fd, out_fd) != 2) { 136 error(EXIT_FAILURE, 0, "incorrect format for --jobserver-fds: %s", optarg);
|
/external/e2fsprogs/contrib/ |
fsstress.c | 353 dirname = optarg; 356 sscanf(optarg, "%d", &errtag); 370 process_freq(optarg); 374 ilist[ilistlen - 1] = strtol(optarg, &p, 16); 377 loops = atoi(optarg); 380 operations = atoi(optarg); 383 nproc = atoi(optarg); 389 seed = strtoul(optarg, NULL, 0); [all...] |
/external/e2fsprogs/tests/progs/ |
test_rel.c | 727 request = optarg; 730 cmd_file = optarg;
|
/external/iproute2/misc/ |
nstat.c | 585 scan_interval = 1000*atoi(optarg); 588 if (sscanf(optarg, "%d", &time_constant) != 1 ||
|
/external/iptables/iptables/ |
xtables-restore.c | 494 xtables_modprobe_program = optarg; 497 p.tablename = optarg;
|
/external/libpcap/tests/ |
valgrindtest.c | 313 infile = optarg; 317 device = optarg;
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
txtimestamp.c | 442 cfg_payload_len = strtoul(optarg, NULL, 10); 445 dest_port = strtoul(optarg, NULL, 10);
|
/external/llvm/utils/TableGen/ |
tdtags | 372 OPT_TAGSFILE="$OPTARG" 384 printf '%s\n' "$OPTARG" >>$TMP:D
|
/external/ltp/testcases/kernel/fs/fsstress/ |
fsstress.c | 326 dirname = optarg; 329 sscanf(optarg, "%d", &errtag); 343 process_freq(optarg); 347 ilist[ilistlen - 1] = strtol(optarg, &p, 16); 350 loops = atoi(optarg); 353 operations = atoi(optarg); 356 nproc = atoi(optarg); 362 seed = strtoul(optarg, NULL, 0); [all...] |