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

<<11121314151617181920>>

  /external/libnl/src/
nl-qdisc-list.c 170 case 'd': nl_cli_tc_parse_dev(tc, link_cache, optarg); break;
171 case 'p': nl_cli_tc_parse_parent(tc, optarg); break;
172 case 'i': nl_cli_tc_parse_handle(tc, optarg, 0); break;
173 case 'k': nl_cli_tc_parse_kind(tc, optarg); break;
  /external/libusb/examples/getopt/
getopt1.c 134 if (optarg)
135 printf (" with arg %s", optarg);
164 printf ("option c with value `%s'\n", optarg);
168 printf ("option d with value `%s'\n", optarg);
  /external/libxcam/tests/
test-image-deblurring.cpp 105 file_in_name = optarg;
108 file_out_name = optarg;
111 blind = (strcasecmp (optarg, "false") == 0 ? false : true);
114 need_save_output = (strcasecmp (optarg, "false") == 0 ? false : true);
test-video-stabilization.cpp 106 file_in_name = optarg;
109 gyro_data = optarg;
112 file_out_name = optarg;
115 input_width = atoi(optarg);
119 input_height = atoi(optarg);
123 need_save_output = (strcasecmp (optarg, "false") == 0 ? false : true);
126 loop = atoi(optarg);
  /external/ltp/
build.sh 123 c) CC="$OPTARG";;
125 p) PREFIX="$OPTARG";;
126 t) case "$OPTARG" in
131 *) echo "Wrong build type '$OPTARG'" >&2; usage; exit 1;;
  /external/ltp/testcases/kernel/io/direct_io/
diotest1.c 92 if ((bufsize = atoi(optarg)) <= 0) {
103 if ((numblks = atoi(optarg)) <= 0) {
109 strcpy(infile, optarg);
112 strcpy(outfile, optarg);
  /external/ltp/testscripts/
test_realtime.sh 204 tests[$index]="$OPTARG"
206 TESTCASE="$OPTARG"
212 tests[$index]="$OPTARG"
213 LOOP="$OPTARG"
  /external/selinux/policycoreutils/setfiles/
restorecon_xattr.c 85 if (lstat(optarg, &sb) < 0 && errno != EACCES) {
87 optarg, strerror(errno));
90 add_exclude(optarg);
93 fc_file = optarg;
  /external/syslinux/gpxe/src/util/
efirom.c 217 opts->vendor = strtoul ( optarg, &end, 16 );
219 eprintf ( "Invalid vendor \"%s\"\n", optarg );
224 opts->device = strtoul ( optarg, &end, 16 );
226 eprintf ( "Invalid device \"%s\"\n", optarg );
  /external/tensorflow/tensorflow/contrib/makefile/
build_all_android.sh 43 s) SUB_MAKEFILES="${OPTARG}";;
44 t) BUILD_TARGET="${OPTARG}";;
46 x) HEXAGON_LIB_PATH="${OPTARG}";;
47 a) ARCH="${OPTARG}";;
compile_ios_tensorflow.sh 56 a) BUILD_TARGET="${OPTARG}";;
57 f) BUILD_OPT="${OPTARG}";;
58 h) NSYNC_HOST="${OPTARG}";;
59 n) NSYNC_TARGET="${OPTARG}";;
  /external/valgrind/drd/tests/
hold_lock.c 37 interval = atoi(optarg);
  /frameworks/rs/rsov/compiler/
bcc_rsov.sh 35 OUTPUT_FILE=$OPTARG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 44 short optarg; /* optional argument */ member in struct:soundfont_patch_info
53 #define SNDRV_SFNT_REPLACE_DATA 5 /* awe_sample_info (optarg=#channels)*/
56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
  /system/core/logcat/include/log/
getopt.h 40 const char* optarg; member in struct:getopt_context
  /system/extras/runconuid/
runconuid.cpp 150 uid = lookup_uid(optarg);
153 gid = lookup_gid(optarg);
156 lookup_groups(optarg);
162 context = optarg;
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerUtils.cpp 134 params.comp_specs_ = ExtractCompSpecs(optarg);
137 params.exec_size_ = std::stoul(optarg);
140 params.seed_ = std::stoull(optarg);
143 params.target_iface_ = optarg;
  /toolchain/binutils/binutils-2.27/ld/emultempl/
tic6xdsbt.em 192 params.dsbt_index = strtol (optarg, &end, 0);
196 einfo (_("%P%F: invalid --dsbt-index %s\n"), optarg);
202 params.dsbt_size = strtol (optarg, &end, 0);
206 einfo (_("%P%F: invalid --dsbt-size %s\n"), optarg);
  /toolchain/binutils/binutils-2.27/libiberty/
configure.com 25 "/prefix=(all,exc=(""getopt"",""optarg"",""optopt"",""optind"",""opterr""))"
getopt1.c 126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
makefile.vms 26 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
  /external/autotest/client/tests/disktest/src/
disktest.c 258 filename = optarg;
261 seconds = atoi(optarg);
264 megabytes = atoi(optarg);
267 skip_mb = atoi(optarg);
270 blocksize = atoi(optarg);
273 linear_tasks = atoi(optarg);
276 random_tasks = atoi(optarg);
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 387 rules = optarg;
390 model = optarg;
393 layout = optarg;
396 variant = optarg;
399 options = optarg;
402 keymap_path = optarg;
406 evdev_offset = strtol(optarg, NULL, 10);
  /external/ltp/tools/pounder21/
pounder 173 d) export DURATION="$OPTARG";;
175 n) export NFS_SERVER="$OPTARG";;
176 g) export POUNDER_LOGDIR="$OPTARG";;
182 e) exclude $OPTARG; exit;;
183 i) include $OPTARG; exit;;
185 m) export MAX_FAILURES="$OPTARG";;
186 c) create_scheduler $OPTARG; exit;;
  /art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh 96 if ! [[ "$OPTARG" -eq "$OPTARG" ]]; then
100 BAKSMALI_NUM=$OPTARG
104 OUT_DIR=$OPTARG
113 if ! [[ "$OPTARG" -eq "$OPTARG" ]]; then
117 MIN_ARG=( "-m" "$OPTARG" )
123 OFFSET_ARGS=( $OPTARG )
136 TIME_ARGS=( $OPTARG )
146 PACKAGE_NAME=$OPTARG
    [all...]

Completed in 496 milliseconds

<<11121314151617181920>>