Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c249 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/
Dndk-gdb135 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
151 optarg=`expr -- "$opt" : '-s\(.*\)'`
152 ADB_FLAGS=" -s $optarg"
160 optarg=`expr -- "$opt" : '-p\(.*\)'`
161 OPTION_PROJECT="$optarg"
164 OPTION_EXEC="$optarg"
172 optarg=`expr -- "$opt" : '-x\(.*\)'`
173 OPTION_EXEC="$optarg"
184 OPTION_ADB="$optarg"
187 AWK_CMD="$optarg"
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt.in.h41 # undef optarg
51 # define optarg __GETOPT_ID (optarg) macro
113 extern char *optarg;
Dgetopt1.c114 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()
Dgetopt.c70 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 …]
Dgetopt_int.h40 char *optarg; member
/ndk/build/tools/
Dbuild-platforms.sh72 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
Dgen-platforms.sh74 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
86 OPTION_SRCDIR="$optarg"
89 OPTION_DSTDIR="$optarg"
92 OPTION_PLATFORM=$optarg
95 OPTION_ARCH=$optarg
98 OPTION_ABI=$optarg
110 PACKAGE_DIR=$optarg
Dbuild-ndk-sysroot.sh46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
58 OPTION_PLATFORM=$optarg
61 OPTION_BUILD_OUT=$optarg
67 OPTION_ABI=$optarg
/ndk/tests/
Drun-tests.sh53 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"