/freebsd/contrib/telnet/libtelnet/ |
H A D | genget.c | 68 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 D | genget.c | 72 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 D | xo_wcwidth.h | 237 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 D | wcwidth.h | 247 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 D | getopt_long.c | 379 int i, ambiguous, match; local 383 ambiguous = 0; 418 ambiguous = 0; 424 ambiguous = 1; 426 if (ambiguous) {
|
/freebsd/usr.bin/patch/ |
H A D | backupfile.c | 179 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 D | time_zone.h | 89 case local_info::ambiguous: in to_sys() 111 case local_info::ambiguous: in to_sys()
|
H A D | local_info.h | 35 static constexpr int ambiguous = 2; member
|
H A D | exception.h | 91 _LIBCPP_ASSERT_PEDANTIC(__info.result == local_info::ambiguous,
|
/freebsd/bin/sh/tests/expansion/ |
H A D | length4.0 | 2 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_INTEGER_get_int64.pod | 49 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 D | BIO_parse_hostserv.pod | 25 be interpreted primarily as a hostname or a service name in ambiguous
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 297 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 D | e_loader_attic.txt | 9 ATTIC_R_AMBIGUOUS_CONTENT_TYPE:100:ambiguous content type
|
/freebsd/share/skel/ |
H A D | dot.cshrc | 31 set autolist = ambiguous
|
/freebsd/bin/csh/ |
H A D | dot.cshrc | 34 set autolist = ambiguous
|
/freebsd/usr.bin/getconf/ |
H A D | confstr.gperf | 19 * The Standard seems a bit ambiguous over whether the POSIX_V6_*
|
H A D | progenv.gperf | 19 * The Standard seems a bit ambiguous over whether the POSIX_V6_*
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips32r6InstrFormats.td | 161 // 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 D | dot.tcshrc | 23 autolist=ambiguous \
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/ |
H A D | repetition.dat | 106 # these ambiguous patterns (crafted just to test my code when I became
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_format.inc | 233 // 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 D | time_zone.cpp | 929 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 D | DiagnosticFrontendKinds.td | 166 "reference to marker '%0' is ambiguous">; 168 "ambiguous marker '%0' is defined here">;
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 109 makes their semantics ambiguous in the presence of more than one partition.
|