Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetopt1.c124 if (optarg) in main()
125 printf (" with arg %s", optarg); in main()
154 printf ("option c with value `%s'\n", optarg); in main()
158 printf ("option d with value `%s'\n", optarg); in main()
Dgetopt.c110 char *optarg = NULL; variable
506 optarg = NULL; in _getopt_internal()
594 optarg = argv[optind++]; in _getopt_internal()
680 optarg = nameend + 1; in _getopt_internal()
704 optarg = argv[optind++]; in _getopt_internal()
791 optarg = nextchar; in _getopt_internal()
814 optarg = argv[optind++]; in _getopt_internal()
819 for (nextchar = nameend = optarg; *nameend && *nameend != '='; nameend++) in _getopt_internal()
862 optarg = nameend + 1; in _getopt_internal()
877 optarg = argv[optind++]; in _getopt_internal()
[all …]
Dgetopt.h35 extern char *optarg;
Dmain.c2428 handle_non_switch_argument (optarg, env); in decode_switches()
2462 if (optarg == 0) in decode_switches()
2463 optarg = cs->noarg_value; in decode_switches()
2464 else if (*optarg == '\0') in decode_switches()
2488 sl->list[sl->idx++] = optarg; in decode_switches()
2495 if (optarg == 0 && argc > optind) in decode_switches()
2501 optarg = argv[optind++]; in decode_switches()
2507 if (optarg != 0) in decode_switches()
2509 int i = atoi (optarg); in decode_switches()
2513 for (cp = optarg; ISDIGIT (cp[0]); ++cp) in decode_switches()
[all …]
Dconfig.h-vms404 #define optarg gnu_optarg
/ndk/
Dndk-gdb185 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
202 optarg=`expr -- "$opt" : '-s\(.*\)'`
204 DEVICE_SERIAL=$optarg
212 optarg=`expr -- "$opt" : '-p\(.*\)'`
213 OPTION_PROJECT="$optarg"
216 OPTION_EXEC="$optarg"
224 optarg=`expr -- "$opt" : '-x\(.*\)'`
225 OPTION_EXEC="$optarg"
236 OPTION_ADB="$optarg"
239 AWK_CMD="$optarg"
[all …]
/ndk/tests/build/b14811006-GOT_PREL-optimization/
Dbuild.sh37 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
40 APP_ABI=$optarg
/ndk/tests/build/cortex-a53-835769/
Dbuild.sh14 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
17 APP_ABI=$optarg
/ndk/tests/
Dcheck-release.sh41 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
47 NDK_PACKAGE=$optarg
50 SYSTEM=$optarg
Drun-tests.sh76 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
89 ABI="$optarg"
92 PLATFORM="$optarg"
95 TEST_DIR="$optarg"
98 NDK_ROOT="$optarg"
104 RUN_TESTS="$RUN_TESTS $optarg"
108 RUN_TESTS="$RUN_TESTS $optarg"
112 NDK_PACKAGE="$optarg"
119 JOBS="$optarg"
122 ADB_CMD="$optarg"
/ndk/build/tools/
Dbuild-mingw64-toolchain.sh163 --binprefix=*) HOST_BINPREFIX=$optarg;;
164 -j*|--jobs=*) JOBS=$optarg;;
165 --target-arch=*) TARGET_ARCH=$optarg;;
169 --work-dir=*) TEMP_DIR=$optarg;;
170 --package-dir=*) PACKAGE_DIR=$optarg;;
172 --gcc-version=*) GCC_VERSION=$optarg;;
173 --binutils-version=*) BINUTILS_VERSION=$optarg;;
174 --gmp-version=*) GMP_VERSION=$optarg;;
175 --mpfr-version=*) MPFR_VERSION=$optarg;;
176 --mpc-version=*) MPC_VERSION=$optarg;;
[all …]
Dbuild-ndk-sysroot.sh46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
58 OPTION_PLATFORM=$optarg
61 OPTION_BUILD_OUT=$optarg
67 OPTION_ABI=$optarg
Dgen-platforms.sh87 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
99 OPTION_SRCDIR="$optarg"
102 OPTION_DSTDIR="$optarg"
105 NDK_DIR=$optarg
108 OPTION_PLATFORM=$optarg
111 OPTION_ARCH=$optarg
114 OPTION_ABI=$optarg
126 PACKAGE_DIR=$optarg
135 OPTION_GCC_VERSION=$optarg
138 OPTION_LLVM_VERSION=$optarg
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c436 target = optarg; in addr2line_main()
440 if (optarg != NULL) in addr2line_main()
444 style = cplus_demangle_name_to_style (optarg); in addr2line_main()
447 optarg); in addr2line_main()
453 file_name = optarg; in addr2line_main()
476 section_name = optarg; in addr2line_main()
/ndk/tests/build/issue17144-byteswap/
Dbuild.sh14 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
17 APP_ABI=$optarg
/ndk/tests/standalone/
Drun.sh60 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
63 ABI=$optarg
75 PREFIX=$optarg
81 SYSROOT=$optarg