Searched refs:ambiguous (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c72 static char *ambiguous; /* special return value for command routines */ variable
93 return(&ambiguous);
105 return((char **)s == &ambiguous);
/freebsd-current/contrib/telnet/libtelnet/
H A Dgenget.c68 static char *ambiguous; /* special return value for command routines */ variable
86 return(&ambiguous);
98 return(s == &ambiguous);
/freebsd-current/usr.bin/patch/
H A Dbackupfile.c170 * does not match any element or -2 if it is ambiguous (is a prefix of more
179 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
194 ambiguous = 1;
197 if (ambiguous)
215 fprintf(stderr, "ambiguous");
/freebsd-current/contrib/file/src/
H A Dgetopt_long.c105 static const char ambig[] = "ambiguous option -- %.*s";
379 int i, ambiguous, match; local
383 ambiguous = 0;
418 ambiguous = 0;
424 ambiguous = 1;
426 if (ambiguous) {
427 /* ambiguous abbreviation */
/freebsd-current/share/mk/
H A Dsrc.tools.mk3 # historically, however that name seemed to be ambiguous, as those tools
H A Dbsd.dep.mk288 # ambiguous suffix transformation rules from .PATH. Meta mode does not
H A Dbsd.sys.mk336 # per PROG which is ambiguous with this syntax. This is only needed
/freebsd-current/contrib/libxo/libxo/
H A Dxo_wcwidth.h237 static const struct interval ambiguous[] = { local
293 if (xo_bisearch(ucs, ambiguous,
294 sizeof(ambiguous) / sizeof(struct interval) - 1))
/freebsd-current/contrib/ncurses/ncurses/
H A Dwcwidth.h237 static const struct interval ambiguous[] = { local
293 if (bisearch(ucs, ambiguous,
294 sizeof(ambiguous) / sizeof(struct interval) - 1))
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp292 // calls in order to detect ambiguous executions.
297 bool ambiguous = false; member in struct:DFS
310 if (!ambiguous)
320 ambiguous = true;
329 ambiguous = true;
344 if (ambiguous)
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk278 # using simple heuristics. These can go wrong in ambiguous cases like this.
H A Dvarmod-to-separator.mk55 # Now it gets interesting and ambiguous: The separator could either be empty
/freebsd-current/sys/conf/
H A Dkern.post.mk347 # ambiguous suffix transformation rules from .PATH. Meta mode does not
/freebsd-current/contrib/bmake/mk/
H A Dlib.mk177 # this is ambiguous of course
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1743 ambiguous. Suppose C<S> is a subclass of C<Text::Template>. Should
/freebsd-current/contrib/tcpdump/
H A Dconfigure9016 as_fn_error $? "ambiguous option: \`$1'

Completed in 265 milliseconds