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

/freebsd-10.1-release/contrib/telnet/libtelnet/
H A Dgenget.c76 static char *ambiguous; /* special return value for command routines */ variable
94 return(&ambiguous);
106 return(s == &ambiguous);
/freebsd-10.1-release/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-10.1-release/usr.bin/patch/
H A Dbackupfile.c172 * does not match any element or -2 if it is ambiguous (is a prefix of more
181 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
196 ambiguous = 1;
199 if (ambiguous)
217 fprintf(stderr, "ambiguous");
/freebsd-10.1-release/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-10.1-release/contrib/gcc/cp/
H A Dsearch.c90 bool ambiguous; /* Found multiply ambiguous */
130 /* This is immediately ambiguous. */
132 data->ambiguous = true;
187 If the base is inaccessible, or ambiguous, and the ba_quiet bit is
227 data.ambiguous = data.via_virtual = false;
235 bk = data.ambiguous ? bk_ambig : bk_not_base;
259 error ("%qT is an ambiguous base of %qT", base, t);
956 /* If non-NULL, the lookup was ambiguous, and this is a list of the member in struct:lookup_field_info
958 tree ambiguous;
88 bool ambiguous; /* Found multiply ambiguous */ member in struct:lookup_base_data_s
[all...]
/freebsd-10.1-release/contrib/bmake/mk/
H A Dlib.mk178 # this is ambiguous of course

Completed in 101 milliseconds