Searched defs:author (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/plain/
H A Dplain.c105 const char *author; local
116 /* should have received author-id NUL authen-id NUL password */
118 /* get author */
119 author = clientin;
125 "Can only find author (no password)");
127 SETERROR(params->utils, "Can only find author (no password)");
140 "Can only find author/en (no password)");
143 "Can only find author/en (no password)");
180 if (!author || !*author)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1363 ls AUTHOR about files in the author's directory
1400 $CPAN::Frontend->mywarn("ls command rejects argument $_: not an author\n");
1406 my $author = $self->expand('Author',$a) or die "No author found for $a";
1407 $author->ls;
3185 # instantiate an author object
3562 $extra .= " (".$self->author;
3596 #-> sub CPAN::InfoObj::author ;
3597 sub author { subroutine
3615 $CPAN::Frontend->mydie("Illegal author i
[all...]

Completed in 1191 milliseconds