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

/osnet-11/usr/src/cmd/parted/
H A Dcommand.c79 int ambiguous = 0; local
90 if (!ambiguous) {
95 ambiguous = 1;
H A Dstrlist.c550 int ambiguous = 0; local
561 ambiguous = 1;
567 return ambiguous ? NULL : (StrList*) partial_match;
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dargmatch.c75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.t196 like( $@, qr/too ambiguous/, 'should die with ambiguous locale encoding' );
H A DSwitch.pm774 ambiguous in Perl 5.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm106 "Encodings ambiguous between $utf BE and LE ($be, $le)";
150 return "Encodings too ambiguous: ", join(" or ", keys %try);
309 standard so it becomes too ambiguous for most cases.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL789 Warn( "ambiguous translation for character `$fc' in `y' command",
1863 =item ambiguous translation for character `%s' in `y' command
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm858 # Check for ambiguous results.
876 # Now see if it really is ambiguous.
879 warn ("Option ", $opt, " is ambiguous (",
2093 Options that are unknown, ambiguous or supplied with an invalid option

Completed in 68 milliseconds