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

/freebsd-13-stable/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-13-stable/contrib/telnet/libtelnet/
H A Dgenget.c72 static char *ambiguous; /* special return value for command routines */ variable
90 return(&ambiguous);
102 return(s == &ambiguous);
/freebsd-13-stable/usr.bin/patch/
H A Dbackupfile.c171 * does not match any element or -2 if it is ambiguous (is a prefix of more
180 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
195 ambiguous = 1;
198 if (ambiguous)
216 fprintf(stderr, "ambiguous");
/freebsd-13-stable/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-13-stable/contrib/bmake/unit-tests/
H A Ddirective.mk21 # This looks ambiguous. It could be either an .info message or a variable
H A Dvarmod-to-separator.mk55 # Now it gets interesting and ambiguous: The separator could either be empty
/freebsd-13-stable/share/mk/
H A Dsrc.tools.mk3 # historically, however that name seemed to be ambiguous, as those tools
H A Dbsd.dep.mk275 # ambiguous suffix transformation rules from .PATH. Meta mode does not
H A Dbsd.sys.mk275 # per PROG which is ambiguous with this syntax. This is only needed
/freebsd-13-stable/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-13-stable/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-13-stable/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-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp285 // calls in order to detect ambiguous executions.
290 bool ambiguous = false; member in struct:DFS
303 if (!ambiguous)
313 ambiguous = true;
322 ambiguous = true;
337 if (ambiguous)
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk333 # ambiguous suffix transformation rules from .PATH. Meta mode does not
/freebsd-13-stable/contrib/bmake/mk/
H A Dlib.mk172 # this is ambiguous of course
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure8924 as_fn_error $? "ambiguous option: \`$1'
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c16389 return arErrorMsg(pAr, "ambiguous option: %s",z);
18096 utf8_printf(stderr, "Error: ambiguous file-control: \"%s\"\n"
18685 utf8_printf(stderr, "ambiguous limit: \"%s\"\n", azArg[1]);
20153 utf8_printf(stderr, "Error: ambiguous test-control: \"%s\"\n"

Completed in 187 milliseconds