Searched refs:optarg (Results 1 – 16 of 16) sorted by relevance
124 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()
110 char *optarg = NULL; variable506 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 …]
35 extern char *optarg;
2428 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 …]
404 #define optarg gnu_optarg
185 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`202 optarg=`expr -- "$opt" : '-s\(.*\)'`204 DEVICE_SERIAL=$optarg212 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 …]
37 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`40 APP_ABI=$optarg
14 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`17 APP_ABI=$optarg
41 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`47 NDK_PACKAGE=$optarg50 SYSTEM=$optarg
76 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"
163 --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 …]
46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`58 OPTION_PLATFORM=$optarg61 OPTION_BUILD_OUT=$optarg67 OPTION_ABI=$optarg
87 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`99 OPTION_SRCDIR="$optarg"102 OPTION_DSTDIR="$optarg"105 NDK_DIR=$optarg108 OPTION_PLATFORM=$optarg111 OPTION_ARCH=$optarg114 OPTION_ABI=$optarg126 PACKAGE_DIR=$optarg135 OPTION_GCC_VERSION=$optarg138 OPTION_LLVM_VERSION=$optarg
436 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()
60 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`63 ABI=$optarg75 PREFIX=$optarg81 SYSROOT=$optarg