Searched refs:ambiguous (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/parted/ |
H A D | command.c | 79 int ambiguous = 0; local 90 if (!ambiguous) { 95 ambiguous = 1;
|
H A D | strlist.c | 550 int ambiguous = 0; local 561 ambiguous = 1; 567 return ambiguous ? NULL : (StrList*) partial_match;
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | argmatch.c | 75 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 D | open.t | 196 like( $@, qr/too ambiguous/, 'should die with ambiguous locale encoding' );
|
H A D | Switch.pm | 774 ambiguous in Perl 5.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Guess.pm | 106 "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 D | s2p.PL | 789 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 D | Long.pm | 858 # 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 76 milliseconds