/external/e2fsprogs/misc/ |
uuidd.c | 33 extern char *optarg; 475 num = strtol(optarg, &tmp, 0); 477 fprintf(stderr, _("Bad number: %s\n"), optarg); 482 pidfile_path = optarg; 489 socket_path = optarg; 497 timeout = strtol(optarg, &tmp, 0); 499 fprintf(stderr, _("Bad number: %s\n"), optarg);
|
badblocks.c | 42 extern char *optarg; 1091 block_size = parse_uint(optarg, "block size"); 1097 input_file = optarg; 1100 output_file = optarg; 1121 blocks_at_once = parse_uint(optarg, "blocks at once"); 1124 max_bb = parse_uint(optarg, "max bad block count"); 1137 d_flag = parse_uint(optarg, "read delay factor"); 1140 num_passes = parse_uint(optarg, 1144 host_device_name = optarg; 1156 optarg); [all...] |
mke2fs.c | 34 extern char *optarg; [all...] |
tune2fs.c | 35 extern char *optarg; [all...] |
e2freefrag.c | 25 extern char *optarg; 292 chunk_info.chunkbytes = strtoull(optarg, &end, 0); 295 progname, optarg);
|
/external/fio/t/ |
dedupe.c | 546 blocksize = atoi(optarg); 549 num_threads = atoi(optarg); 552 dump_output = atoi(optarg); 555 odirect = atoi(optarg); 558 collision_check = atoi(optarg); 561 print_progress = atoi(optarg); 564 use_bloom = atoi(optarg);
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
getdelays.c | 303 strncpy(containerpath, optarg, strlen(optarg) + 1); 306 logfile = strdup(optarg); 311 rcvbufsz = atoi(optarg); 317 strncpy(cpumask, optarg, sizeof(cpumask)); 322 tid = atoi(optarg); 328 tid = atoi(optarg);
|
/external/vboot_reference/futility/ |
cmd_gbb_utility.c | 386 opt_create = optarg; 389 outfile = optarg; 392 opt_rootkey = optarg; 395 opt_bmpfv = optarg; 398 opt_recoverykey = optarg; 402 opt_hwid = optarg; 407 opt_flags = optarg;
|
/external/syslinux/utils/ |
isohybrid.c | 293 head = strtoul(optarg, &err, 0); 295 errx(1, "invalid head: `%s', 1 <= head <= 256", optarg); 299 sector = strtoul(optarg, &err, 0); 301 errx(1, "invalid sector: `%s', 1 <= sector <= 63", optarg); 305 entry = strtoul(optarg, &err, 0); 307 errx(1, "invalid entry: `%s', 1 <= entry <= 4", optarg); 313 offset = strtoul(optarg, &err, 0); 315 errx(1, "invalid offset: `%s', 0 <= offset <= 64", optarg); 319 type = strtoul(optarg, &err, 0); 321 errx(1, "invalid type: `%s', 0 <= type <= 255", optarg); [all...] |
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
pep.em | 581 sver = strchr (optarg, ':'); 583 len = strlen (optarg); 586 len = sver - optarg; 597 temp_subsystem = strtoul (optarg, & end, 0); 612 if (strncmp (optarg, v[i].name, len) == 0 618 einfo (_("%P%F: invalid subsystem type %s\n"), optarg); 636 set_pep_name (name, (bfd_vma) strtoull (optarg, &end, 0)); 638 if (end == optarg) 639 einfo (_("%P%F: invalid hex number for PE parameter '%s'\n"), optarg); 641 optarg = end [all...] |
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 582 p_test->width = atoi(optarg); 586 p_test->height = atoi(optarg); 590 p_test->col_fmt = color_formats[atoi(optarg)]; 602 p_test->tmb_width = atoi(optarg); 606 p_test->tmb_height = atoi(optarg); 610 p_test->main_quality = atoi(optarg); 614 p_test->thumb_quality = atoi(optarg); 618 p_test->qtable_luma_file = optarg; 623 p_test->qtable_chroma_file = optarg; 628 p_test->client_cnt = atoi(optarg); [all...] |
/external/ltp/testcases/network/stress/ns-tools/ |
ns-icmpv6_sender.c | 450 if (if_nametoindex(optarg) == 0) { 455 ifname = strdup(optarg); 461 if (inet_pton(AF_INET6, optarg, &opt_addr) <= 0) { 470 if (eth_pton(AF_INET6, optarg, &opt_addr_ll)) { 480 if (inet_pton(AF_INET6, optarg, &opt_addr) <= 0) { 490 opt_d = strtod(optarg, NULL); 500 if (strtotimespec(optarg, &info_p->interval)) { 525 opt_ul = strtoul(optarg, NULL, 0); 558 mld_saddrs = strdup(optarg); 564 opt_ul = strtoul(optarg, NULL, 0) [all...] |
ns-icmpv4_sender.c | 180 fake_p->src_ifname = strdup(optarg); 187 if (inet_pton(AF_INET, optarg, &opt_addr) <= 0) { 196 if (eth_pton(AF_INET, optarg, &opt_addr_ll)) { 206 if (inet_pton(AF_INET, optarg, &opt_addr) <= 0) { 216 opt_ul = strtoul(optarg, NULL, 0); 227 opt_d = strtod(optarg, NULL);
|
ns-tcpserver.c | 550 if (strncmp(optarg, "4", 1) == 0) 552 else if (strncmp(optarg, "6", 1) == 0) 564 num = strtoul(optarg, NULL, 0); 571 server.portnum = strdup(optarg); 592 if ((info_fp = fopen(optarg, "w")) == NULL) { 593 fprintf(stderr, "Cannot open %s\n", optarg);
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 588 p_test->width = atoi(optarg); 592 p_test->height = atoi(optarg); 596 p_test->col_fmt = color_formats[atoi(optarg)]; 608 p_test->tmb_width = atoi(optarg); 612 p_test->tmb_height = atoi(optarg); 616 p_test->main_quality = atoi(optarg); 620 p_test->thumb_quality = atoi(optarg); 624 p_test->qtable_luma_file = optarg; 629 p_test->qtable_chroma_file = optarg; 634 p_test->client_cnt = atoi(optarg); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | [all...] |
/external/ltp/testcases/kernel/sched/tool/ |
trace_sched.c | 306 extern char *optarg; /* arguments passed to each option. */ 325 if ((num_cpus = atoi(optarg)) == 0) 340 if (strncmp(optarg, "fifo", 4) == 0) 342 else if (strncmp(optarg, "rr", 2) == 0) 344 else if (strncmp(optarg, "other", 5) == 0) 354 if ((num_thrd = atoi(optarg)) == 0)
|
/external/mksh/src/ |
misc.c | 382 array = go.optarg; 388 if (go.optarg == NULL) { 399 i = option(go.optarg); 422 bi_errorf(Tf_sD_s, go.optarg, 1204 go->optarg = NULL; 1216 * or ':' and set go->optarg to the offending option character. 1222 * (if it isn't present, optarg is set to 0). 1225 * follows the option character (optarg is set to the null string if 1231 * continues (optarg is set to 0 if the option is missing). 1270 go->optarg = go->buf [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 185 endDelay = strtod(optarg, &chptr); 188 "of: %s", optarg); 194 str = optarg; 216 str = optarg; 238 refFormat = hwcTestGraphicFormatLookup(optarg); 241 "format of: %s", optarg);
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 554 device = optarg; 557 rate = (int)strtol(optarg, NULL, 0); 560 ch = (int)strtol(optarg, NULL, 0); 563 duration = (int)strtol(optarg, NULL, 0); 566 format = (int)get_format(optarg); 569 period = (int)strtol(optarg, NULL, 0);
|
/toolchain/binutils/binutils-2.27/binutils/ |
size.c | 150 switch (*optarg) 161 non_fatal (_("invalid argument to --format: %s"), optarg); 167 target = optarg; 172 temp = strtol (optarg, NULL, 10); 174 temp = atol (optarg); 188 non_fatal (_("Invalid radix: %s\n"), optarg);
|
/external/autotest/client/tests/tsc/src/ |
checktsc.c | 323 extern char *optarg; 340 if (parse_cpu_set(optarg, &cpus) != 0) 350 threshold = strtol(optarg, NULL, 0);
|
/external/e2fsprogs/debugfs/ |
e2freefrag.c | 25 extern char *optarg; 292 chunk_info.chunkbytes = strtoull(optarg, &end, 0); 295 progname, optarg);
|
/external/f2fs-tools/tools/ |
f2fstat.c | 200 opt->delay = atoi(optarg); 203 opt->interval = atoi(optarg); 206 strcpy(opt->partname, basename(optarg));
|
/external/kmod/tools/ |
static-nodes.c | 174 output = optarg; 180 if (streq(static_nodes_formats[i]->name, optarg)) { 188 optarg);
|