HomeSort by: relevance | last modified time | path
    Searched refs:ambiguous (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
list-ambiguous-readnow.exp 16 # Run list-ambiguous.exp with -readnow.
21 source $srcdir/$subdir/list-ambiguous.exp
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
list-ambiguous-readnow.exp 16 # Run list-ambiguous.exp with -readnow.
21 source $srcdir/$subdir/list-ambiguous.exp
  /src/lib/libtelnet/
genget.c 72 static char *ambiguous; /* special return value for command routines */ variable
92 return(&ambiguous);
99 * Function call version of Ambiguous()
102 Ambiguous(void *s)
104 return(s == &ambiguous);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpls-ops.exp 225 # when the operator match is ambiguous. CLASS_NAME is the class that
296 proc_with_prefix operator()-ambiguous {} {
300 proc_with_prefix operator\[\]-ambiguous {} {
308 proc_with_prefix ops-valid-ambiguous {} {
564 operator()-ambiguous
566 operator\[\]-ambiguous
567 ops-valid-ambiguous
cpcompletion.exp 582 # "template2_<tab>" ambiguous.
627 # "foo" is ambiguous, this will set many different breakpoints.
869 # no longer be ambiguous.
919 # Test an unambiguous completion that would be ambiguous if it weren't
955 # Test an ambiguous completion constrained by a source file. Test
959 proc_with_prefix in-source-file-ambiguous {} {
1206 # Test completion of scopes with an ambiguous prefix.
1208 proc_with_prefix ambiguous-prefix {} {
1386 in-source-file-ambiguous
1391 ambiguous-prefi
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpls-ops.exp 229 # when the operator match is ambiguous. CLASS_NAME is the class that
300 proc_with_prefix operator()-ambiguous {} {
304 proc_with_prefix operator\[\]-ambiguous {} {
312 proc_with_prefix ops-valid-ambiguous {} {
568 operator()-ambiguous
570 operator\[\]-ambiguous
571 ops-valid-ambiguous
cpcompletion.exp 586 # "template2_<tab>" ambiguous.
631 # "foo" is ambiguous, this will set many different breakpoints.
874 # no longer be ambiguous.
924 # Test an unambiguous completion that would be ambiguous if it weren't
960 # Test an ambiguous completion constrained by a source file. Test
964 proc_with_prefix in-source-file-ambiguous {} {
1211 # Test completion of scopes with an ambiguous prefix.
1213 proc_with_prefix ambiguous-prefix {} {
1391 in-source-file-ambiguous
1396 ambiguous-prefi
    [all...]
  /src/usr.bin/patch/
backupfile.c 180 * does not match any element or -2 if it is ambiguous (is a prefix of more
189 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
204 ambiguous = 1;
207 if (ambiguous)
225 fprintf(stderr, "ambiguous");
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
argmatch.c 77 or -2 if it is ambiguous (is a prefix of more than one element).
92 bool ambiguous = false; /* If true, multiple nonexact match(es). */
116 ambiguous = true;
121 if (ambiguous)
137 : _("ambiguous argument %s for %s"));
91 bool ambiguous = false; \/* If true, multiple nonexact match(es). *\/ local
  /src/external/gpl3/gcc/dist/contrib/
check-internal-format-escaping.py 162 'ambiguous-may-not',
163 'the term "may not" is ambiguous')
  /src/external/gpl3/gcc.old/dist/contrib/
check-internal-format-escaping.py 162 'ambiguous-may-not',
163 'the term "may not" is ambiguous')
  /src/lib/libc/stdlib/
getopt_long.c 102 static const char ambig[] = "ambiguous option -- %.*s";
360 int i, ambiguous, match; local
364 ambiguous = 0;
399 ambiguous = 0;
405 ambiguous = 1;
407 if (ambiguous) {
408 /* ambiguous abbreviation */
  /src/external/bsd/file/dist/src/
getopt_long.c 111 static const char ambig[] = "ambiguous option -- %.*s";
385 int i, ambiguous, match; local
389 ambiguous = 0;
424 ambiguous = 0;
430 ambiguous = 1;
432 if (ambiguous) {
433 /* ambiguous abbreviation */
  /src/external/bsd/elftosb/dist/common/
options.cpp 669 // const char * Options::match_longopt(opt, len, ambiguous)
674 // int & ambiguous -- set by this routine before returning.
684 // - *ambiguous is set to '1' if "opt" matches >1 long-option
692 // ambiguous is FALSE
697 // set ambiguous = TRUE and return NULL
706 Options::match_longopt(const char * opt, int len, int & ambiguous) const {
710 ambiguous = 0;
722 ++ambiguous;
864 int len = 0, ambiguous = 0; local
878 OptionSpec optspec = match_longopt(nextchar, len, ambiguous);
    [all...]
options.h 380 match_longopt(const char * opt, int len, int & ambiguous) const;
419 AMBIGUOUS = -3,
466 //! If an ambiguous long-option is found then AMBIGUOUS is returned and
467 //! optarg points to the ambiguous long-option.
  /src/external/bsd/tmux/dist/
cmd-set-option.c 95 int window, idx, already, error, ambiguous; local
111 name = options_match(argument, &idx, &ambiguous);
115 if (ambiguous)
116 cmdq_error(item, "ambiguous option: %s", argument);
cmd-show-options.c 83 int window, idx, ambiguous, parent, scope; local
102 name = options_match(argument, &idx, &ambiguous);
106 if (ambiguous)
107 cmdq_error(item, "ambiguous option: %s", argument);
cmd.c 459 int ambiguous; local
462 ambiguous = 0;
466 ambiguous = 0;
474 ambiguous = 1;
480 if (ambiguous)
481 goto ambiguous;
488 ambiguous:
500 xasprintf(cause, "ambiguous command: %s, could be: %s", name, s);
  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 65 bool ambiguous; /* Found multiply ambiguous */
121 /* This is immediately ambiguous. */
123 data->ambiguous = true;
213 If the base is inaccessible, or ambiguous, then error_mark_node is
267 data.ambiguous = data.via_virtual = false;
276 bk = data.ambiguous ? bk_ambig : bk_not_base;
299 error ("%qT is an ambiguous base of %qT", base, t);
980 /* If non-NULL, the lookup was ambiguous, and this is a list of the
982 tree ambiguous;
64 bool ambiguous; \/* Found multiply ambiguous *\/ member in struct:lookup_base_data_s
981 tree ambiguous; member in struct:lookup_field_info
    [all...]
  /src/external/gpl3/gdb/dist/libctf/testsuite/lib/
ctf-lib.exp 34 compile_one_cc $srcdir/libctf-lookup/ambiguous-struct-A.c ${basename}-A.o "-gctf -fPIC -c"
35 compile_one_cc $srcdir/libctf-lookup/ambiguous-struct-B.c ${basename}-B.o "-gctf -fPIC -c"
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msggrep-6 16 ambiguous\ argument\ `%s'\ for\ `%s'=mehrdeutiges Argument \u00bb%s\u00ab f\u00fcr \u00bb%s\u00ab
51 %s\:\ option\ `%s'\ is\ ambiguous\n=%s\: Option \u00bb%s\u00ab ist mehrdeutig\n
87 %s\:\ option\ `-W\ %s'\ is\ ambiguous\n=%s\: Option \u00bb-W %s\u00ab ist mehrdeutig\n
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 63 bool ambiguous; /* Found multiply ambiguous */
103 /* This is immediately ambiguous. */
105 data->ambiguous = true;
195 If the base is inaccessible, or ambiguous, then error_mark_node is
248 data.ambiguous = data.via_virtual = false;
256 bk = data.ambiguous ? bk_ambig : bk_not_base;
279 error ("%qT is an ambiguous base of %qT", base, t);
940 /* If non-NULL, the lookup was ambiguous, and this is a list of the
942 tree ambiguous;
62 bool ambiguous; \/* Found multiply ambiguous *\/ member in struct:lookup_base_data_s
941 tree ambiguous; member in struct:lookup_field_info
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/support/
wcwidth.c 23 * terminal shall use. For characters in the East Asian Ambiguous (A)
228 * Ambiguous (A) category as defined in Unicode Technical Report #11
236 /* sorted list of non-overlapping intervals of East Asian Ambiguous
238 static const struct interval ambiguous[] = { local
294 if (bisearch(ucs, ambiguous,
295 sizeof(ambiguous) / sizeof(struct interval) - 1))
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
wcwidth.c 23 * terminal shall use. For characters in the East Asian Ambiguous (A)
228 * Ambiguous (A) category as defined in Unicode Technical Report #11
236 /* sorted list of non-overlapping intervals of East Asian Ambiguous
238 static const struct interval ambiguous[] = { local
294 if (bisearch(ucs, ambiguous,
295 sizeof(ambiguous) / sizeof(struct interval) - 1))
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 234 // This is unfortunately ambiguous between old GNU extension
276 // This is ambiguous, so check the smaller size of char * (if it is

Completed in 89 milliseconds

1 2 3