Home
last modified time | relevance | path

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

1234

/freebsd/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/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/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/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/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/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/contrib/llvm-project/libcxx/include/__chrono/
H A Dtime_zone.h89 case local_info::ambiguous: in to_sys()
111 case local_info::ambiguous: in to_sys()
H A Dlocal_info.h35 static constexpr int ambiguous = 2; member
H A Dexception.h91 _LIBCPP_ASSERT_PEDANTIC(__info.result == local_info::ambiguous,
/freebsd/bin/sh/tests/expansion/
H A Dlength4.02 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
/freebsd/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
/freebsd/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/crypto/openssl/engines/
H A De_loader_attic.txt9 ATTIC_R_AMBIGUOUS_CONTENT_TYPE:100:ambiguous content type
/freebsd/share/skel/
H A Ddot.cshrc31 set autolist = ambiguous
/freebsd/bin/csh/
H A Ddot.cshrc34 set autolist = ambiguous
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td161 // Some encodings are ambiguous except by comparing field values.
388 // This class is ambiguous with other branches:
403 // This class is ambiguous with other branches:
418 // This class is ambiguous with other branches:
/freebsd/contrib/tcsh/
H A Ddot.tcshrc23 autolist=ambiguous \
/freebsd/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/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/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp929 return {local_info::ambiguous, __first, __second}; in __get_info()
1042 return {local_info::ambiguous, __prev, __info}; in __get_info()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td166 "reference to marker '%0' is ambiguous">;
168 "ambiguous marker '%0' is defined here">;
/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst109 makes their semantics ambiguous in the presence of more than one partition.

1234