HomeSort by: relevance | last modified time | path
    Searched defs:ambiguous (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libtelnet/
genget.c 72 static char *ambiguous; /* special return value for command routines */ variable in typeref:typename:char *
92 return(&ambiguous);
99 * Function call version of Ambiguous()
102 Ambiguous(void *s)
104 return(s == &ambiguous);
  /src/usr.bin/patch/
backupfile.c 180 * does not match any element or -2 if it is ambiguous (is a prefix of more
189 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local in function:argmatch
204 ambiguous = 1;
207 if (ambiguous)
225 fprintf(stderr, "ambiguous");
  /src/lib/libc/stdlib/
getopt_long.c 102 static const char ambig[] = "ambiguous option -- %.*s";
360 int i, ambiguous, match; local in function:getopt_long
364 ambiguous = 0;
399 ambiguous = 0;
405 ambiguous = 1;
407 if (ambiguous) {
408 /* ambiguous abbreviation */

Completed in 45 milliseconds