Searched refs:message (Results 251 - 275 of 283) sorted by relevance

<<1112

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm792 Called when API must show a message (warnings, errors etc.).
H A DCPAN.pm693 my($self,$mod,$message) = @_;
695 my $has_inst = $self->has_inst($mod,$message);
727 my($self,$mod,$message) = @_;
730 if (defined $message && $message eq "no"
802 my($message) = @_;
2528 "LWP failed with code[%s] message[%s]\n",
2530 $res->message,
6196 responds with a C<"Foo up to date"> message for all modules. So you
6776 if true, does not print the startup message
[all...]
H A DMemoize.pm714 should abort the program. The error message is one of
1012 empty message to C<mjd-perl-memoize-request@plover.com>. This mailing
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1950 with the proper message.
2402 my $value = prompt($message);
2403 my $value = prompt($message, $default);
2406 used to write a makefile. It displays the $message as a prompt for
H A DConstant.pm1188 /* Return 1 or 2 items. First is error message, or undef if no error.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm235 failure, the error message is stored in C<$@>.
H A DPerldoc.pm244 -h Display this help message
H A DSelect.pm660 otherwise C<undef> is returned and an error message is printed (using
H A DChecker.pm589 A message to print prior to C<@args>.
615 ## See if can find severity in message prefix
620 ## Increment error count and print message "
H A DMan.pm1308 Pod::Man was unable to parse. You should never see this error message; it
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c1469 const char *message)
1497 syslog(syslog_priority | LOG_AUTH, "%s", message);
1939 /* send log message */
1467 _sasl_syslog(void *context __attribute__((unused)), int priority, const char *message) argument
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c56 char *message; member in struct:__anon1909
618 *errmsg = strdup(kmf_errcodes[i].message);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL67 # See the usage message for more. If this isn't enough, read the code.
169 To learn more, just type a bogus option, like B<-\?>, and a long usage message
172 If you're only a C programmer, than this is the end of the message for you.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm867 case, the fatal message is turned in a warning and some
995 Storable, and your message will be delayed while he forwards it to us.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm575 message. Therefore, when I<CHECK> is set to 1, you should trap the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm652 compile-time or return error, then $@ is set to the error message, just
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c98 e->status, e->message);
462 * Display usage message to STDERR.
4388 (void) fprintf(stderr, "%s", errorp->message);
4424 (void) fprintf(stderr, "%s", errorp->message);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c5044 char *message; local
5062 message = SvPV(msv,l1);
5065 Copy(message, buf, l1 , char);
H A Dproto.h164 PERL_CALLCONV OP* Perl_die_where(pTHX_ char* message, STRLEN msglen);
829 PERL_CALLCONV void Perl_write_to_stderr(pTHX_ const char* message, int msglen);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsendmail.h246 char *q_rstatus; /* remote status message for DSNs */
253 char *q_message; /* error message */
267 #define QPINGONDELAY 0x00000100 /* give return on message delay */
272 #define QDELAYED 0x00002000 /* DSN: message delayed */
298 #define QS_SENDER 8 /* message sender (MeToo) */
402 long m_maxsize; /* size limit on message to this mailer */
418 #define M_BLANKEND 'b' /* ensure blank line at end of message */
708 #define MCIF_7BIT 0x00000080 /* strip this message to 7 bits */
857 ** This structure defines the message itself. There is usually
858 ** only one of these -- for the message tha
[all...]
H A Dparseaddr.c34 ** net to transmit the message on, the host to transmit it
215 char *msg = "Transient parse error -- message queued for future delivery";
218 msg = "Deferring message until queue run";
220 sm_dprintf("parseaddr: queueing message\n");
221 message(msg);
3057 ** else -- the failure status (message printed)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1276 resolved with a die($message). Use an eval if you wish to catch these
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm201 language tags refer to conditions: i-default (system-message text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm2040 return 0 for ok, otherwise error message as string
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm607 Prints a diagnostic message which is guaranteed not to interfere with

Completed in 176 milliseconds

<<1112