HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 101 - 125 of 339) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 202 char *optarg; variable
242 optarg = &argv[optind++][optchr + 1];
248 optarg = argv[optind++];
256 optarg = NULL;
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 41 char *optarg;
40 char *optarg; member in struct:_getopt_data
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 59 extern char *optarg;
100 a compiled-in constant, such as set a value from `optarg', set the
135 takes an argument, to be placed in `optarg'.
  /system/core/toolbox/
notify.c 35 event_mask = strtol(optarg, NULL, 0);
38 event_count = atoi(optarg);
44 verbose = atoi(optarg);
47 width = atoi(optarg);
readtty.c 81 timeout = atoi(optarg);
90 accept = optarg;
93 rejectstring = optarg;
99 exit_string = optarg;
newfs_msdos.c 278 opt_ofs = argtooff(optarg, "offset");
284 opt_B = optarg;
287 opt_create = argtooff(optarg, "create size");
290 if (strcmp(optarg, "12") &&
291 strcmp(optarg, "16") &&
292 strcmp(optarg, "32"))
293 errx(1, "%s: bad FAT type", optarg);
294 opt_F = atoi(optarg);
297 opt_I = argto4(optarg, 0, "volume ID");
301 if (!oklabel(optarg))
    [all...]
  /system/extras/ext4_utils/
ext4fixup_main.c 48 sscanf(optarg, "%d,%d,%d", &stop_phase, &stop_loc, &stop_count);
  /external/e2fsprogs/lib/ss/
test_ss.c 94 request = optarg;
97 cmd_file = optarg;
  /external/iptables/extensions/
libxt_tcp.c 151 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
152 parse_tcp_ports(optarg, tcpinfo->spts);
162 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
163 parse_tcp_ports(optarg, tcpinfo->dpts);
183 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
190 parse_tcp_flags(tcpinfo, optarg, argv[optind],
200 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
201 parse_tcp_option(optarg, &tcpinfo->option);
  /external/valgrind/main/drd/tests/
rwlock_test.c 68 s_num_iterations = atoi(optarg);
71 s_num_threads = atoi(optarg);
  /ndk/tests/
run-tests.sh 54 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
67 ABI="$optarg"
70 PLATFORM="$optarg"
73 NDK_ROOT="$optarg"
79 RUN_TESTS="$RUN_TESTS $optarg"
82 NDK_PACKAGE="$optarg"
89 JOBS="$optarg"
92 ADB_CMD="$optarg"
  /system/extras/tests/bionic/libc/
run-test.sh 31 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
44 ADB_CMD="$optarg"
  /external/bluetooth/bluez/test/
gaptest.c 247 timeout = atoi(optarg);
250 powered = atoi(optarg);
253 discoverable = atoi(optarg);
256 pairable = atoi(optarg);
259 create = optarg;
262 remove = optarg;
rctest.c 641 data_size = atoi(optarg);
645 if (!strncasecmp(optarg, "hci", 3))
646 hci_devba(atoi(optarg + 3), &bdaddr);
648 str2ba(optarg, &bdaddr);
652 channel = atoi(optarg);
656 if (!strcasecmp(optarg, "spp"))
658 else if (!strncasecmp(optarg, "0x", 2))
659 uuid = strtoul(optarg + 2, NULL, 16);
661 uuid = atoi(optarg);
681 linger = atoi(optarg);
    [all...]
l2test.c 1174 data_size = atoi(optarg);
1178 if (!strncasecmp(optarg, "hci", 3))
1179 hci_devba(atoi(optarg + 3), &bdaddr);
1181 str2ba(optarg, &bdaddr);
1185 psm = atoi(optarg);
1189 imtu = atoi(optarg);
1193 omtu = atoi(optarg);
1197 linger = atoi(optarg);
1201 defer_setup = atoi(optarg);
1205 filename = strdup(optarg);
    [all...]
  /external/bluetooth/bluez/tools/
hid2hci.c 254 if (!strcmp(optarg, "hid")) {
256 } else if (!strcmp(optarg, "hci")) {
264 devpath = optarg;
267 if (!strcmp(optarg, "csr")) {
270 } else if (!strcmp(optarg, "logitech-hid")) {
272 } else if (!strcmp(optarg, "dell")) {
bccmd.c 624 if (!strcasecmp(optarg, "default"))
626 else if (!strcasecmp(optarg, "implementation"))
628 else if (!strcasecmp(optarg, "factory"))
630 else if (!strcasecmp(optarg, "rom"))
632 else if (!strcasecmp(optarg, "ram"))
634 else if (!strcasecmp(optarg, "psi"))
636 else if (!strcasecmp(optarg, "psf"))
638 else if (!strcasecmp(optarg, "psrom"))
640 else if (!strcasecmp(optarg, "psram"))
642 else if (!strncasecmp(optarg, "0x", 2)
    [all...]
  /external/qemu/
os-posix.c 177 void os_parse_cmd_args(int index, const char *optarg)
183 net_slirp_smb(optarg);
185 if (net_slirp_smb(optarg) < 0)
191 user_pwd = getpwnam(optarg);
193 fprintf(stderr, "User \"%s\" doesn't exist\n", optarg);
198 chroot_dir = optarg;
arch_init.c 568 void select_soundhw(const char *optarg)
572 if (*optarg == '?') {
580 exit(*optarg != '?');
588 if (!strcmp(optarg, "all")) {
595 p = optarg;
646 void select_soundhw(const char *optarg)
677 void do_acpitable_option(const char *optarg)
680 if (acpi_table_add(optarg) < 0) {
688 void do_smbios_option(const char *optarg)
691 if (smbios_entry_add(optarg) < 0)
    [all...]
  /frameworks/base/tools/obbtool/
Main.cpp 203 package_info.packageName = optarg;
207 package_info.packageVersion = strtol(optarg, &end, 10);
208 if (*optarg == '\0' || *end != '\0') {
219 if (strlen(optarg) != SALT_LEN * 2) {
229 if (!hexToByte(optarg[j], optarg[j+1], &b)) {
  /ndk/build/tools/
build-platforms.sh 72 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
84 OPTION_SRCDIR="$optarg"
87 OPTION_DSTDIR="$optarg"
90 OPTION_PLATFORM=$optarg
93 OPTION_ARCH=$optarg
96 OPTION_ABI=$optarg
  /external/bluetooth/bluez/compat/
pand.c 649 dst = strdup(optarg);
654 if (optarg)
655 search_duration = atoi(optarg);
661 dst = strdup(optarg);
670 src = strdup(optarg);
674 bnep_str2svc(optarg, &role);
678 bnep_str2svc(optarg, &service);
702 strncpy(netdev, optarg, 16);
711 if (optarg)
712 persist = atoi(optarg);
    [all...]
  /system/core/logcat/
logcat.cpp 507 g_tail_lines = atoi(optarg);
515 char* buf = (char*) malloc(strlen(LOG_FILE_DIR) + strlen(optarg) + 1);
517 strcat(buf, optarg);
519 bool binary = strcmp(optarg, "events") == 0;
529 dev->next = new log_device_t(buf, binary, optarg[0]);
531 devices = new log_device_t(buf, binary, optarg[0]);
544 android::g_outputFileName = optarg;
549 if (optarg == NULL) {
556 if (!isdigit(optarg[0])) {
561 android::g_logRotateSizeKBytes = atoi(optarg);
    [all...]
  /external/chromium/third_party/libevent/test/
bench.c 137 num_pipes = atoi(optarg);
140 num_active = atoi(optarg);
143 num_writes = atoi(optarg);
  /external/iproute2/misc/
lnstat.c 258 count = strtoul(optarg, NULL, 0);
264 req_files[num_req_files++] = strdup(optarg);
271 sscanf(optarg, "%u", &interval);
274 tmp = strdup(optarg);
291 sscanf(optarg, "%u", &hdr);
294 tmp = strdup(optarg);

Completed in 2391 milliseconds

1 2 3 45 6 7 8 91011>>