Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 126) sorted by relevance

123456

/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
HDgenget.c72 static char *ambiguous; /* special return value for command routines */ variable
93 return(&ambiguous); in genget()
105 return((char **)s == &ambiguous); in Ambiguous()
/freebsd-11-stable/contrib/telnet/libtelnet/
HDgenget.c72 static char *ambiguous; /* special return value for command routines */ variable
90 return(&ambiguous); in genget()
102 return(s == &ambiguous); in Ambiguous()
/freebsd-11-stable/contrib/libxo/libxo/
HDxo_wcwidth.h237 static const struct interval ambiguous[] = { in mk_wcwidth_cjk() local
293 if (xo_bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
294 sizeof(ambiguous) / sizeof(struct interval) - 1)) in mk_wcwidth_cjk()
/freebsd-11-stable/contrib/ncurses/ncurses/
HDwcwidth.h237 static const struct interval ambiguous[] = { in mk_wcwidth_cjk() local
293 if (bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
294 sizeof(ambiguous) / sizeof(struct interval) - 1)) in mk_wcwidth_cjk()
/freebsd-11-stable/contrib/file/src/
HDgetopt_long.c379 int i, ambiguous, match; local
383 ambiguous = 0;
418 ambiguous = 0;
424 ambiguous = 1;
426 if (ambiguous) {
/freebsd-11-stable/usr.bin/patch/
HDbackupfile.c180 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ in argmatch() local
195 ambiguous = 1; in argmatch()
198 if (ambiguous) in argmatch()
/freebsd-11-stable/contrib/gcc/cp/
HDsearch.c88 bool ambiguous; /* Found multiply ambiguous */ member
130 data->ambiguous = true; in dfs_lookup_base()
225 data.ambiguous = data.via_virtual = false; in lookup_base()
233 bk = data.ambiguous ? bk_ambig : bk_not_base; in lookup_base()
956 tree ambiguous; member
1121 if (!lfi->ambiguous && lfi->rval) in lookup_field_r()
1126 lfi->ambiguous = tree_cons (NULL_TREE, lfi->rval, NULL_TREE); in lookup_field_r()
1127 TREE_TYPE (lfi->ambiguous) = error_mark_node; in lookup_field_r()
1131 lfi->ambiguous = tree_cons (NULL_TREE, nval, lfi->ambiguous); in lookup_field_r()
1132 TREE_TYPE (lfi->ambiguous) = error_mark_node; in lookup_field_r()
[all …]
HDChangeLog.gcc4317 * decl.c (lookup_and_check_tag): Check for ambiguous references.
19 generation when name lookup is ambiguous.
/freebsd-11-stable/bin/sh/tests/expansion/
HDlength4.03 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp284 bool ambiguous = false; in FindInterveningFrames() member
294 if (!ambiguous) in FindInterveningFrames()
304 ambiguous = true; in FindInterveningFrames()
313 ambiguous = true; in FindInterveningFrames()
325 if (ambiguous) in FindInterveningFrames()
/freebsd-11-stable/etc/root/
HDdot.cshrc32 set autolist = ambiguous
/freebsd-11-stable/share/skel/
HDdot.cshrc33 set autolist = ambiguous
/freebsd-11-stable/usr.bin/getconf/
HDconfstr.gperf21 * The Standard seems a bit ambiguous over whether the POSIX_V6_*
HDprogenv.gperf21 * The Standard seems a bit ambiguous over whether the POSIX_V6_*
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips32r6InstrFormats.td160 // Some encodings are ambiguous except by comparing field values.
377 // This class is ambiguous with other branches:
392 // This class is ambiguous with other branches:
407 // This class is ambiguous with other branches:
/freebsd-11-stable/contrib/groff/font/devutf8/
HDNOTES10 HYPHEN-MINUS is so ambiguous that it is unusable for serious typographic
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticFrontendKinds.td126 "reference to marker '%0' is ambiguous">;
128 "ambiguous marker '%0' is defined here">;
HDDiagnosticSemaKinds.td103 "ambiguous conversion from type %0 to an integral or unscoped "
475 "cannot decompose members of ambiguous base class %1 of %0:%2">;
1631 "lookup of %0 in member access expression is ambiguous">;
1633 "lookup of %0 in member access expression is ambiguous; using member of %1">,
1830 "the function it overrides (ambiguous conversion from derived class "
2055 "ambiguous constructor call when %sub{select_initialized_entity_kind}0 "
2065 "an inaccessible constructor|find no viable constructor|find ambiguous "
2194 "ambiguous deduction for template arguments of %0">;
3903 "call to %0 is ambiguous">;
3906 "call to member function %0 is ambiguous">;
[all …]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/data/att/
HDrepetition.dat106 # these ambiguous patterns (crafted just to test my code when I became
/freebsd-11-stable/contrib/groff/src/preproc/refer/
HDTODO83 In consider_authors when last names are ambiguous we might be able to
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors_format.inc233 // This is unfortunately ambiguous between old GNU extension
275 // This is ambiguous, so check the smaller size of char * (if it is
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDBIO_ctrl.pod121 Some of the return values are ambiguous and care should be taken. In
/freebsd-11-stable/contrib/llvm-project/lld/docs/
HDPartitions.rst109 makes their semantics ambiguous in the presence of more than one partition.
/freebsd-11-stable/contrib/llvm-project/libcxx/include/experimental/
HDcoroutine228 // ambiguous.
/freebsd-11-stable/contrib/tzcode/zic/
HDTheory252 If a name is ambiguous, use a less ambiguous alternative;
352 Application writers should note that these abbreviations are ambiguous

123456