Searched refs:optarg (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 249 the_program = compile_string(the_program, optarg, strlen(optarg)); 252 the_program = compile_file(the_program, optarg); 261 if (optarg == NULL) 265 else if (strchr(optarg, '*') != NULL) 266 in_place_extension = ck_strdup(optarg); 270 in_place_extension = MALLOC (strlen(optarg) + 2, char); 272 strcpy (in_place_extension + 1, optarg); 278 lcmd_out_line_len = ATOI(optarg);
|
/ndk/ |
D | ndk-gdb | 176 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 193 optarg=`expr -- "$opt" : '-s\(.*\)'` 195 DEVICE_SERIAL=$optarg 203 optarg=`expr -- "$opt" : '-p\(.*\)'` 204 OPTION_PROJECT="$optarg" 207 OPTION_EXEC="$optarg" 215 optarg=`expr -- "$opt" : '-x\(.*\)'` 216 OPTION_EXEC="$optarg" 227 OPTION_ADB="$optarg" 230 AWK_CMD="$optarg" [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.c | 110 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 …]
|
D | getopt1.c | 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()
|
D | main.c | 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 …]
|
D | getopt.h | 35 extern char *optarg;
|
D | config.h-vms | 404 #define optarg gnu_optarg
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getopt1.c | 114 if (optarg) in main() 115 printf (" with arg %s", optarg); in main() 144 printf ("option c with value `%s'\n", optarg); in main() 148 printf ("option d with value `%s'\n", optarg); in main()
|
D | getopt.in.h | 41 # undef optarg 51 # define optarg __GETOPT_ID (optarg) macro 113 extern char *optarg;
|
D | getopt.c | 70 char *optarg; variable 358 d->optarg = NULL; in _getopt_internal_r() 449 d->optarg = argv[d->optind++]; in _getopt_internal_r() 561 d->optarg = nameend + 1; in _getopt_internal_r() 628 d->optarg = argv[d->optind++]; in _getopt_internal_r() 809 d->optarg = d->__nextchar; in _getopt_internal_r() 853 d->optarg = argv[d->optind++]; in _getopt_internal_r() 858 for (d->__nextchar = nameend = d->optarg; *nameend && *nameend != '='; in _getopt_internal_r() 924 d->optarg = nameend + 1; in _getopt_internal_r() 963 d->optarg = argv[d->optind++]; in _getopt_internal_r() [all …]
|
D | getopt_int.h | 40 char *optarg; member
|
/ndk/build/tools/ |
D | build-mingw64-toolchain.sh | 164 --binprefix=*) HOST_BINPREFIX=$optarg;; 165 -j*|--jobs=*) JOBS=$optarg;; 166 --target-arch=*) TARGET_ARCH=$optarg;; 170 --work-dir=*) TEMP_DIR=$optarg;; 171 --package-dir=*) PACKAGE_DIR=$optarg;; 173 --gcc-version=*) GCC_VERSION=$optarg;; 174 --binutils-version=*) BINUTILS_VERSION=$optarg;; 175 --gmp-version=*) GMP_VERSION=$optarg;; 176 --mpfr-version=*) MPFR_VERSION=$optarg;; 177 --mpc-version=*) MPC_VERSION=$optarg;; [all …]
|
D | build-ndk-sysroot.sh | 46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 58 OPTION_PLATFORM=$optarg 61 OPTION_BUILD_OUT=$optarg 67 OPTION_ABI=$optarg
|
D | gen-platforms.sh | 77 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 89 OPTION_SRCDIR="$optarg" 92 OPTION_DSTDIR="$optarg" 95 NDK_DIR=$optarg 98 OPTION_PLATFORM=$optarg 101 OPTION_ARCH=$optarg 104 OPTION_ABI=$optarg 116 PACKAGE_DIR=$optarg
|
/ndk/tests/ |
D | 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"
|
D | check-release.sh | 41 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 47 NDK_PACKAGE=$optarg 50 SYSTEM=$optarg
|
/ndk/tests/standalone/ |
D | run.sh | 58 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 61 ABI=$optarg 73 PREFIX=$optarg 79 SYSROOT=$optarg
|