HomeSort by relevance Sort by last modified time
    Searched full:optarg (Results 276 - 300 of 941) sorted by null

<<11121314151617181920>>

  /external/fio/
init.c     [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 549 ret = sscanf(optarg, "%dx%d+%d+%d", &win_width, &win_height, &win_x, &win_y);
558 frame_rate = atoi(optarg);
561 surface_width = atoi(optarg);
564 surface_height = atoi(optarg);
567 frame_num_total = atoi(optarg);
570 box_width = atoi(optarg);
586 if (atoi(optarg) == 1) {
589 } else if (atoi(optarg) == 2) {
596 sscanf(optarg, "%s", str_src_fmt);
605 sscanf(optarg, "%s", str_dst_fmt)
    [all...]
  /development/vndk/tools/
build_mixed 47 readonly VENDOR_VERSION="$OPTARG"
50 readonly MODIFY_SYSTEM_SCRIPT="$OPTARG"
53 readonly OVERRIDE_VBMETA_IMAGE_PATH="$OPTARG"
56 exit_badparam "Invalid options: -"$OPTARG""
59 exit_badparam "Option -"$OPTARG" requires an argument."
  /device/google/contexthub/contexthubhal/test/
main.cpp 234 msg = strtoul(optarg, &end, 16);
237 cmd = strtol(optarg, &end, 10);
240 appId = strtoull(optarg, &end, 16);
243 appFileName = optarg;
247 std::clog << "Invalid argument: " << optarg << std::endl;
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
cpuset_cpu_hog.c 129 if (optarg[0] == '-' && !isdigit(optarg[1]))
132 opt_value = strtol(optarg, &endptr, DECIMAL);
135 ARG_WRONG(argv[0], c, optarg);
136 nprocs = atoi(optarg);
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiodio_sparse.c 228 num_aio = atoi(optarg);
231 alignment = strtol(optarg, &endp, 0);
236 writesize = strtol(optarg, &endp, 0);
241 filesize = strtol(optarg, &endp, 0);
246 num_children = atoi(optarg);
  /external/ltp/testcases/network/stress/ns-tools/
ns-udpclient.c 171 server_name = strdup(optarg);
179 if (strncmp(optarg, "4", 1) == 0)
181 else if (strncmp(optarg, "6", 1) == 0)
193 tmp = strtoul(optarg, NULL, 0);
200 portnum = strdup(optarg);
  /external/ltp/tools/pounder21/src/ramsnake/
snake.c 169 num_forks = atoi(optarg);
172 ram_size = info.totalram / atoi(optarg);
177 num_nodes = atoi(optarg);
181 report_interval = atoi(optarg);
184 add_wait = atoi(optarg);
  /external/selinux/checkpolicy/
checkmodule.c 38 extern char *optarg;
172 outfile = optarg;
182 if (!strcasecmp(optarg, "deny")) {
186 if (!strcasecmp(optarg, "reject")) {
190 if (!strcasecmp(optarg, "allow")) {
  /prebuilts/qemu-kernel/arm/
rebuild.sh 131 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
143 OPTION_OUT_DIR="$optarg"
146 OPTION_CC="$optarg"
149 TOOLCHAIN_NAME="$optarg"
152 JOBS="$optarg"
  /system/extras/iotop/
iotop.cpp 131 delay = atoi(optarg);
137 limit = atoi(optarg);
140 cycles = atoi(optarg);
143 sorter = GetSorter(optarg);
145 LOG(ERROR) << "Invalid sort column \"" << optarg << "\"";
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 269 int cpu = strtoul(optarg, &chptr, 10);
272 << " option of: " << optarg << endl;
278 cerr << "CPU " << optarg << " not currently available" << endl;
289 options.iterDelay = strtod(optarg, &chptr);
291 cerr << "Invalid delay specified of: " << optarg << endl;
  /system/sepolicy/tools/
sepolicy-check.c 254 source = optarg;
257 target = optarg;
260 class = optarg;
263 perm = optarg;
266 policy = optarg;
  /toolchain/binutils/binutils-2.27/ld/emultempl/
m68kelf.em 232 if (strcmp (optarg, "target") == 0)
234 else if (strcmp (optarg, "single") == 0)
236 else if (strcmp (optarg, "negative") == 0)
238 else if (strcmp (optarg, "multigot") == 0)
241 einfo (_("Unrecognized --got argument '\''%s'\''.\n"), optarg);
aix.em 370 einfo ("%F%P: cannot read %s\n", optarg);
392 read_file_list (optarg);
396 val = bfd_scan_vma (optarg, &end, 0);
398 einfo ("%P: warning: ignoring invalid -D number %s\n", optarg);
404 val = bfd_scan_vma (optarg, &end, 0);
406 einfo ("%P: warning: ignoring invalid -H number %s\n", optarg);
422 val = bfd_scan_vma (optarg, &end, 0);
449 i = t = optarg;
493 gld${EMULATION_NAME}_read_file (optarg, FALSE);
503 n->name = optarg;
    [all...]
beos.em 199 sver = strchr (optarg, ':');
201 len = strlen (optarg);
206 len = sver - optarg;
218 if (strncmp (optarg, v[i].name, len) == 0
230 einfo ("%P%F: invalid subsystem type %s\n", optarg);
238 set_pe_name (name, strtoul (optarg, &end, 0));
239 if (end == optarg)
241 einfo ("%P%F: invalid hex number for PE parameter '%s'\n", optarg);
244 optarg = end;
251 if (*optarg == ','
    [all...]
  /external/iptables/iptables/
ip6tables.c     [all...]
iptables.c     [all...]
  /external/libusb/examples/getopt/
getopt.c 114 char *optarg;
483 ARGV-element, is returned in `optarg'. Two colons mean an option that
485 it is returned in `optarg', otherwise `optarg' is set to zero.
530 optarg = NULL;
618 optarg = argv[optind++];
707 optarg = nameend + 1;
733 optarg = argv[optind++];
820 optarg = nextchar;
843 optarg = argv[optind++]
113 char *optarg; variable
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 117 char *optarg = NULL;
494 ARGV-element, is returned in `optarg'. Two colons mean an option that
496 it is returned in `optarg', otherwise `optarg' is set to zero.
530 optarg = NULL;
618 optarg = argv[optind++];
704 optarg = nameend + 1;
730 optarg = argv[optind++];
817 optarg = nextchar;
840 optarg = argv[optind++]
116 char *optarg = NULL; variable
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 77 char *optarg; /* argument associated with option */ variable
298 optarg = has_equal;
304 optarg = nargv[optind++];
308 && (optarg == NULL)) {
387 optarg = NULL;
423 optarg = nargv[optind++];
545 optarg = NULL;
547 optarg = place;
556 optarg = nargv[optind];
  /device/google/contexthub/util/nanotool/
nanotool.cpp 318 args->command = StrToCommand(optarg);
320 fprintf(stderr, "%s: Invalid command '%s'\n", argv[0], optarg);
326 if (!ParseSensorArg(args->sensors, optarg, argv[0])) {
332 args->count = atoi(optarg);
341 if (optarg && optarg[0] == 'v') {
353 if (optarg) {
354 args->filename = std::string(optarg);
362 args->device_index = atoi(optarg);
  /external/libxcam/tests/
test-image-blend.cpp 196 strncpy (file_in0_name, optarg, XCAM_MAX_STR_SIZE);
199 strncpy (file_in1_name, optarg, XCAM_MAX_STR_SIZE);
202 strncpy (file_out_name, optarg, XCAM_MAX_STR_SIZE);
205 input_width0 = atoi(optarg);
208 input_width1 = atoi(optarg);
211 input_height = atoi(optarg);
214 output_width = atoi(optarg);
217 loop = atoi(optarg);
220 need_save_output = (strcasecmp (optarg, "false") == 0 ? false : true);
  /external/ltp/testscripts/
ltpstress.sh 99 d) datafile="$OPTARG";;
104 i) interval=$OPTARG;;
107 iofile=$OPTARG;;
109 l) logfile=$OPTARG
112 m) memsize=$(($OPTARG * 1024))
141 t) hours=$OPTARG
144 x) export TMPBASE=$(readlink -f ${OPTARG});;
146 b) export LTP_DEV=${OPTARG};;
148 B) export LTP_DEV_FS_TYPE=${OPTARG};;
  /external/mesa3d/src/getopt/
getopt_long.c 62 char *optarg; /* argument associated with option */ variable
225 optarg = has_equal;
231 optarg = nargv[optind++];
235 && (optarg == NULL)) {
307 optarg = NULL;
339 optarg = nargv[optind++];
446 optarg = NULL;
448 optarg = place;
457 optarg = nargv[optind];

Completed in 509 milliseconds

<<11121314151617181920>>