Home
last modified time | relevance | path

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

1234

/freebsd-14.2/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c72 static char *ambiguous; /* special return value for command routines */ variable
93 return(&ambiguous); in genget()
105 return((char **)s == &ambiguous); in Ambiguous()
/freebsd-14.2/contrib/telnet/libtelnet/
H A Dgenget.c68 static char *ambiguous; /* special return value for command routines */ variable
86 return(&ambiguous); in genget()
98 return(s == &ambiguous); in Ambiguous()
/freebsd-14.2/contrib/libxo/libxo/
H A Dxo_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-14.2/contrib/ncurses/ncurses/
H A Dwcwidth.h247 static const struct interval ambiguous[] = { in mk_wcwidth_cjk() local
303 if (bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
304 sizeof(ambiguous) / sizeof(struct interval) - 1)) in mk_wcwidth_cjk()
/freebsd-14.2/contrib/file/src/
H A Dgetopt_long.c379 int i, ambiguous, match; local
383 ambiguous = 0;
418 ambiguous = 0;
424 ambiguous = 1;
426 if (ambiguous) {
/freebsd-14.2/usr.bin/patch/
H A Dbackupfile.c179 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ in argmatch() local
194 ambiguous = 1; in argmatch()
197 if (ambiguous) in argmatch()
/freebsd-14.2/bin/sh/tests/expansion/
H A Dlength4.02 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
/freebsd-14.2/crypto/openssl/doc/man3/
H A DASN1_INTEGER_get_int64.pod49 NULL and -1 on error (which is ambiguous because -1 is a legitimate value for
90 The ambiguous return values of ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
92 compatibility. Normally the ambiguous return values are not legitimate
H A DBIO_parse_hostserv.pod25 be interpreted primarily as a hostname or a service name in ambiguous
H A DBIO_ctrl.pod139 Some of the return values are ambiguous and care should be taken. In
/freebsd-14.2/crypto/openssl/engines/
H A De_loader_attic.txt9 ATTIC_R_AMBIGUOUS_CONTENT_TYPE:100:ambiguous content type
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp297 bool ambiguous = false; in FindInterveningFrames() member
310 if (!ambiguous) in FindInterveningFrames()
320 ambiguous = true; in FindInterveningFrames()
329 ambiguous = true; in FindInterveningFrames()
344 if (ambiguous) in FindInterveningFrames()
/freebsd-14.2/share/skel/
H A Ddot.cshrc31 set autolist = ambiguous
/freebsd-14.2/bin/csh/
H A Ddot.cshrc34 set autolist = ambiguous
/freebsd-14.2/usr.bin/getconf/
H A Dconfstr.gperf19 * The Standard seems a bit ambiguous over whether the POSIX_V6_*
H A Dprogenv.gperf19 * The Standard seems a bit ambiguous over whether the POSIX_V6_*
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.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-14.2/contrib/tcsh/
H A Ddot.tcshrc23 autolist=ambiguous \
/freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Drepetition.dat106 # these ambiguous patterns (crafted just to test my code when I became
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td162 "reference to marker '%0' is ambiguous">;
164 "ambiguous marker '%0' is defined here">;
H A DDiagnosticSemaKinds.td3302 "in expression, result is ambiguous (%1 and %2)">;
4645 "call to %0 is ambiguous">;
4648 "call to member function %0 is ambiguous">;
4937 "destructor of class %0 is ambiguous">;
4942 "call to object of type %0 is ambiguous">;
4955 "address of overloaded function %0 is ambiguous">;
5363 "ambiguous partial specializations of %0">;
7762 "ambiguous cast from base %0 to derived %1:%2">;
7871 InGroup<DiagGroup<"ambiguous-delete">>;
8011 "conditional expression is ambiguous; "
[all …]
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A DPartitions.rst109 makes their semantics ambiguous in the presence of more than one partition.
/freebsd-14.2/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt74 chipselect subnode, else the properties will become ambiguous.
/freebsd-14.2/
H A DCONTRIBUTING.md65 range of choices making some 'cleanups' ambiguous at best. Also, some files have

1234