Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 13 of 13) 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/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/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[^=]*=\(.*\)'`
54 OPTION_PLATFORM=$optarg
57 OPTION_BUILD_OUT=$optarg
63 OPTION_ABI=$optarg
Dgen-platforms.sh84 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
92 OPTION_SRCDIR="$optarg"
95 OPTION_DSTDIR="$optarg"
98 NDK_DIR=$optarg
101 OPTION_PLATFORM=$optarg
104 OPTION_ARCH=$optarg
107 OPTION_ABI=$optarg
116 PACKAGE_DIR=$optarg
125 OPTION_GCC_VERSION=$optarg
128 OPTION_LLVM_VERSION=$optarg
/ndk/tests/build/issue17144-byteswap/
Dbuild.sh14 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
17 APP_ABI=$optarg
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c432 target = optarg; in addr2line_main()
436 if (optarg != NULL) in addr2line_main()
440 style = cplus_demangle_name_to_style (optarg); in addr2line_main()
443 optarg); in addr2line_main()
449 file_name = optarg; in addr2line_main()
472 section_name = optarg; in addr2line_main()
/ndk/tests/standalone/
Drun.sh60 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
63 ABI=$optarg
75 PREFIX=$optarg
81 SYSROOT=$optarg