Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 119) sorted by relevance

12345

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt1.c40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() argument
43 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long()
48 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r() argument
52 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r()
63 const char *options, in getopt_long_only() argument
66 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long_only()
71 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r() argument
75 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
Dquotearg.c669 struct quoting_options const *options) in quotearg_n_options() argument
703 int flags = options->flags | QA_ELIDE_NULL_BYTES; in quotearg_n_options()
705 options->style, flags, in quotearg_n_options()
706 options->quote_these_too); in quotearg_n_options()
714 quotearg_buffer_restyled (val, size, arg, argsize, options->style, in quotearg_n_options()
715 flags, options->quote_these_too); in quotearg_n_options()
777 struct quoting_options options; in quotearg_char_mem() local
778 options = default_quoting_options; in quotearg_char_mem()
779 set_char_quoting (&options, ch, 1); in quotearg_char_mem()
780 return quotearg_n_options (0, arg, argsize, &options); in quotearg_char_mem()
/ndk/sources/host-tools/make-3.81/
Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() argument
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long()
81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() argument
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
DINSTALL73 Some systems require unusual options for compilation or linking that the
117 options like `--bindir=DIR' to specify different values for particular
128 Some packages pay attention to `--enable-FEATURE' options to
130 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
132 `README' should mention any `--enable-' and `--with-' options that the
137 you can use the `configure' options `--x-includes=DIR' and
198 `configure' recognizes the following options to control how it operates.
202 Print a summary of the options to `configure', and exit.
229 `configure' also accepts some other, not widely useful, options. Run
/ndk/sources/host-tools/make-3.81/tests/
Drun_make_tests.pl84 local ($makestring, $options, $answer, $err_code) = @_;
123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
132 local ($filename,$options,$logname,$expected_code) = @_;
145 if ($options) {
146 $command .= " $options";
DChangeLog51 * scripts/options/warn-undefined-variables: Test the
70 * scripts/options/dash-W: Add a test for bug #15341.
172 * tests/scripts/options/dash-e: Ditto.
177 * scripts/options/dash-W: Use 'echo >>' instead of touch to update
184 * scripts/options/dash-W: Set the timestamp to foo.x in the future,
201 * scripts/options/symlinks: Test symlinks to non-existent files.
209 * scripts/options/dash-B: Test re-exec doesn't loop infinitely.
211 * scripts/options/dash-W: New file: test the -W flag, including
284 * scripts/options/dash-q: Add a test for Savannah bug # 7144.
286 * scripts/options/symlinks: New file to test checking of symlink
[all …]
DREADME58 The options/dash-l test will not really test anything if the copy of
63 options/dash-l test should no longer *fail* because make can't read
72 other possible options for the test suite.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drunptests.c37 int options; member
69 err = regcomp (&re, tests[cnt].reg, tests[cnt].options); in main()
Duniq.good140 /* The ims options can vary during the matching as a result of the presence
154 5.005. If there is an options reset, it will get obeyed in the normal
211 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
364 else if ((extra->options & PCRE_STUDY_BM) != 0)
419 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
439 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0)
440 if ((re->options & PCRE_FIRSTSET) != 0)
441 if ((re->options & PCRE_REQCHSET) != 0)
544 ims current /i, /m, and /s options
549 ims = re->options & (PCRE_CASELESS | PCRE_MULTILINE | PCRE_DOTALL);
[all …]
Duniq.inp530 /* The ims options can vary during the matching as a result of the presence
550 5.005. If there is an options reset, it will get obeyed in the normal
551 5.005. If there is an options reset, it will get obeyed in the normal
616 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
973 else if ((extra->options & PCRE_STUDY_BM) != 0)
1081 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
1110 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0)
1111 if ((re->options & PCRE_FIRSTSET) != 0)
1112 if ((re->options & PCRE_REQCHSET) != 0)
1271 ims current /i, /m, and /s options
[all …]
Dtst-rxspencer.c413 static const struct option options[] = in main() local
423 while (getopt_long (argc, argv, "", options, NULL) >= 0); in main()
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL73 Some systems require unusual options for compilation or linking that the
117 options like `--bindir=DIR' to specify different values for particular
128 Some packages pay attention to `--enable-FEATURE' options to
130 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
132 `README' should mention any `--enable-' and `--with-' options that the
137 you can use the `configure' options `--x-includes=DIR' and
203 `configure' recognizes the following options to control how it operates.
207 Print a summary of the options to `configure', and exit.
234 `configure' also accepts some other, not widely useful, options. Run
Dbootstrap.sh55 /* All other config.h.in options intentionally omitted. Report as a
Dbootstrap.sh.in55 /* All other config.h.in options intentionally omitted. Report as a
/ndk/tests/
DREADME8 Run all NDK automated tests. Use --help for more options.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
DCMakeLists.txt17 CACHE STRING "Default options for lit")
/ndk/build/tools/
Dbuild-device-llvm.sh185 --with-extra-ld-options=-lstlport_shared \
187 --with-extra-options="$extra_configure_flags"
/ndk/sources/host-tools/make-3.81/tests/scripts/
Dtest_template18 # There are various special tokens, options, etc. See the full documentation
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME24 # see the python module for a description of these options
/ndk/build/tools/toolchain-patches/gcc/
D0001-Enable-C-exceptions-and-RTTI-by-default.patch6 With this change, -fexceptions and -frtti become default options
/ndk/sources/host-tools/sed-4.2.1/po/
Dfr.po87 msgid "multiple `p' options to `s' command"
88 msgstr "plusieurs options `p' � la commande `s'"
91 msgid "multiple `g' options to `s' command"
92 msgstr "plusieurs options `g' � la commande `s'"
95 msgid "multiple number options to `s' command"
96 msgstr "plusieurs options num�riques � la commande `s'"
DMakevars12 # These options get passed to xgettext.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dmultiarch.m411 # "universal" binaries--by specifying multiple '-arch' options to the
Dintlmacosx.m416 dnl Checks for special options needed on MacOS X.
Dlib-link.m4177 dnl Autoconf >= 2.61 supports dots in --with options.
643 dnl The -rpath options are cumulative.
655 dnl executables is -R. The -R options are cumulative.
688 dnl For those cases where a variable contains several -L and -l options
690 dnl necessary additional linker options for the runtime path.
692 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
731 dnl libtool is used for linking. Use -R options.
750 dnl The -rpath options are cumulative.

12345