HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 76 - 100 of 304) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 196 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
209 --ubuntu-mirror=*) UBUNTU_MIRROR="$optarg"
211 --ubuntu-release=*) UBUNTU_RELEASE="$optarg"
213 --prefix=*) PREFIX_DIR="$optarg"
215 --work-dir=*) WORK_DIR="$optarg"
217 --gcc-version=*) GCC_VERSION="$optarg"
219 --binutils-version=*) BINUTILS_VERSION="$optarg"
221 --gmp-version=*) GMP_VERSION="$optarg"
223 --mpfr-version=*) MPFR_VERSION="$optarg"
225 --git=*) GIT_CMD=$optarg
    [all...]
  /development/tools/emulator/opengl/host/tools/emugen/
main.cpp 52 wrapperDir = std::string(optarg);
62 encoderDir = std::string(optarg);
65 decoderDir = std::string(optarg);
68 inDir = std::string(optarg);
  /external/bison/lib/
getopt_int.h 42 char *optarg;
41 char *optarg; member in struct:_getopt_data
  /external/e2fsprogs/debugfs/
unused.c 22 extern char *optarg;
  /external/e2fsprogs/include/nonunix/
getopt.h 37 extern GETOPT_VARIABLE char *optarg;
77 a compiled-in constant, such as set a value from `optarg', set the
  /external/e2fsprogs/lib/blkid/
dev.c 188 extern char *optarg;
213 file = optarg;
216 blkid_debug_mask = strtoul (optarg, &tmp, 0);
219 optarg);
  /external/e2fsprogs/misc/
uuidgen.c 20 extern char *optarg;
  /external/llvm/utils/
makellvm 39 set optarg = `echo -n $argv[1] | sed 's/^[^=]*$//'`
40 if ($#optarg) then
41 set GMAKE_OPTS = ( $GMAKE_OPTS $optarg )
  /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;
  /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 53 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
66 ABI="$optarg"
69 PLATFORM="$optarg"
72 NDK_ROOT="$optarg"
78 RUN_TESTS="$RUN_TESTS $optarg"
81 NDK_PACKAGE="$optarg"
88 JOBS="$optarg"
91 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;
  /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")) {
  /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;
  /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...]

Completed in 1224 milliseconds

1 2 34 5 6 7 8 91011>>