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

<<21222324252627282930>>

  /external/e2fsprogs/util/
subst.c 38 extern char *optarg;
338 in = fopen(optarg, "r");
340 perror(optarg);
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 196 options->proxy_user_pwd = optarg;
199 options->version = optarg;
202 options->proxy = optarg;
  /external/iproute2/tc/
m_ipt.c 321 m = get_target_name(optarg);
332 fprintf(stderr, " failed to find target %s\n\n", optarg);
344 fprintf(stderr, " failed to find target %s\n\n", optarg);
m_xt_old.c 246 m = find_target(optarg, TRY_LOAD);
257 fprintf(stderr, " failed to find target %s\n\n", optarg);
269 fprintf(stderr, " failed to find target %s\n\n", optarg);
  /external/iputils/
tracepath.c 328 if ((mtu = atoi(optarg)) <= overhead) {
335 max_hops = atoi(optarg);
343 base_port = atoi(optarg);
  /external/kmod/tools/
modinfo.c 395 field = optarg;
398 kversion = optarg;
401 root = optarg;
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc0.c 220 extern char *optarg; /* Command line option */
234 priority = optarg;
238 execution_time = atof(optarg);
sched_tc2.c 225 extern char *optarg; /* Command line option */
239 priority = optarg;
243 execution_time = atof(optarg);
  /external/rmi4utils/rmihidtool/
main.cpp 242 protocol = optarg;
249 addr = strtol(optarg, NULL, 0);
254 addr = strtol(optarg, NULL, 0);
  /system/bt/tools/bdtool/
bdtool.c 311 if (!string_to_bdaddr(optarg, &bt_remote_bdaddr)) {
322 timeout_in_sec = atoi(optarg);
337 bd_name = (char*)optarg;
  /system/core/sdcard/
sdcard.cpp 237 uid = strtoul(optarg, NULL, 10);
240 gid = strtoul(optarg, NULL, 10);
243 userid = strtoul(optarg, NULL, 10);
  /toolchain/binutils/binutils-2.27/ld/emultempl/
ppc32elf.em 331 if (optarg != NULL)
334 pagesize = strtoul (optarg, &end, 0);
338 einfo (_("%P%F: invalid pagesize `%s'\''\n"), optarg);
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 32 short optarg; member in struct:soundfont_patch_info
  /external/android-clat/
clatd.c 456 uplink_interface = optarg;
459 plat_prefix = optarg;
462 net_id_str = optarg;
465 mark_str = optarg;
  /external/e2fsprogs/debugfs/
quota.c 23 extern char *optarg;
  /external/e2fsprogs/resize/
main.c 26 extern char *optarg;
305 flags |= atoi(optarg);
311 use_stride = atoi(optarg);
320 undo_file = optarg;
  /external/fio/t/
read-to-pipe-async.c 511 file = strdup(optarg);
514 bs = atoi(optarg);
517 max_us = atoi(optarg);
520 separate_writer = atoi(optarg);
  /external/google-breakpad/src/tools/mac/crash_report/
crash_report.mm 365 stringWithFileSystemRepresentation:optarg
366 length:strlen(optarg)];
371 stringWithFileSystemRepresentation:optarg
372 length:strlen(optarg)];
  /external/libmtp/examples/
albums.c 78 extern char *optarg;
filetree.c 81 extern char *optarg;
  /external/libnl/lib/cli/qdisc/
plug.c 80 rtnl_qdisc_plug_set_limit(qdisc, nl_cli_parse_u32(optarg));
  /external/libnl/src/
nl-pktloc-lookup.c 136 uvalue = nl_cli_parse_u32(optarg);
nl-tctree-list.c 156 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
  /external/libxml2/doc/
buildDocBookCatalog 122 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
123 *) optarg= ;;
128 ROOTCATALOG=$optarg/catalog
137 VERSION=$optarg
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_requeue_pi_mismatched_ops.c 73 log_verbosity(atoi(optarg));

Completed in 255 milliseconds

<<21222324252627282930>>