Searched refs:message (Results 101 - 125 of 283) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A Ddataconn.pm72 $ftp->message =~ /unique file name:\s*(\S*)\s*\)/ &&
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py395 r = getpass.getpass(m.message)
398 r = raw_input(m.message)
401 print m.message
403 print "ERROR: %s" % m.message
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc152 * message must be at least MAX_FCIO_MSG_LEN in length.
155 FCHBANPIVPort::transportError(uint32_t fcio_errno, char *message) { argument
159 if (message == NULL) {
309 snprintf(message, MAX_FCIO_MSG_LEN, "Unknown error code 0x%x",
313 snprintf(message, MAX_FCIO_MSG_LEN, "%s", fcioErrorString.c_str());
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c234 if (errorp && errorp->message) {
236 p, errorp->message);
396 (void) fprintf(stderr, "%s", errorp->message);
416 (void) fprintf(stderr, "%s\n", errorp->message);
427 (void) fprintf(stderr, "%s", errorp->message);
438 (void) fprintf(stderr, "%s", errorp->message);
456 gettext(errorp->message));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm62 (${*$obj}{'net_smtp_banner'}) = $obj->message;
63 (${*$obj}{'net_smtp_domain'}) = $obj->message =~ /\A\s*(\S+)/;
140 ($self->message)[0]
154 my @msg = $me->message;
167 @msg = $me->message
453 $me->_EXPN(@_) ? ($me->message)
464 $me->_HELP(@_) ? scalar $me->message
544 This example sends a small message to the postmaster at the SMTP server
559 $smtp->datasend("A simple test message\n");
621 Returns the banner message whic
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java94 * @param uniMsg A unicast message to send.
95 * @param multiMsg A multicast message to send.
205 * Transact a message with DAs. Put the returned SrvLocMsg
277 // Get the reply message if any.
402 * Transact a message via. UDP. Try a maximum of three times if
407 * @param msg The message to send.
409 * @exception ServiceLocationException Due to errors in parsing message.
464 Object[] message = {addr, ex.getMessage()};
468 message);
476 message);
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c80 ** If the map was unavailable, we will queue this message
136 message("aliased to %s", shortenstring(p, MAXSHORTSTR));
471 message("alias database %s%s name too long",
480 message("Warning: alias database %s out of date", buf);
538 message("newaliases: cannot open %s: %s",
547 message("warning: cannot lock %s: %s",
557 message("Alias file %s is locked (maybe being rebuilt)",
863 message("%s: %ld aliases, longest %ld bytes, %ld bytes total",
947 /* we may have to suspend this message */
999 message("forwar
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm93 my $transmit_ok = 0; # flag to indicate if the last message was transmited
96 my $ident = ''; # identifiant prepended to each message
308 my ($message, $buf);
365 $message = @_ ? sprintf($mask, @_) : $mask;
369 chomp $message if $^O =~ /darwin/;
372 $buf = $message;
375 $buf = $message;
386 $buf = "<$sum>$timestamp $whoami: $message\0";
392 chomp $message;
395 print STDERR "$whoami: $message\
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL65 Print a brief help message and exit.
87 it find to STDERR. At the end, it will print a status message
90 Directories are ignored, an appropriate warning message is printed.
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S76 bal message
114 bal message
164 bal message
171 bal message
178 bal message
185 bal message
204 bal message
211 bal message
218 bal message
225 bal message
313 message: label
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_getalias.c166 if (errorp->message)
168 errorp->message);
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell-tester.in43 -h, --help print this message and exit
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-reboot.in42 -h, --help print this message and exit
H A Dgrub-set-default.in42 -h, --help print this message and exit
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm78 algorithm takes as input a message of arbitrary length and produces as
79 output a 128-bit "fingerprint" or "message digest" of the input.
95 of this "message", and return it in binary form. The returned string
135 the state of the MD5 message-digest algorithm.
160 The $data provided as argument are appended to the message we
174 message we calculate the digest for. The return value is the $md5
198 Return the binary digest for the message. The returned string will be
236 The above example would print out the message:
251 With OO style you can break the message arbitrary. This means that we
252 are no longer limited to have space for the whole message i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan42 Prints a help message.
81 # print a help message
144 print STDERR "Printing help message -- ignoring other arguments\n"
152 print STDERR "Printing version message -- ignoring other arguments\n"
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstring.c643 const char *_sh_translate(const char *message) argument
646 return(ERROR_translate(0,0,e_dict,message));
649 return(ERROR_translate(e_dict,message));
651 return(ERROR_translate(message,1));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dadm_defs.h96 char FAR *message; member in struct:__anon1022
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_linux.in117 message="$(gettext_printf "Loading Linux %s ..." ${version})"
119 echo '$message'
123 message="$(gettext_printf "Loading initial ramdisk ...")"
125 echo '$message'
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_plugin.c72 const char *message, ...)
81 va_start(args, message);
87 vsyslog(severity, message, args);
90 vsyslog(severity, message, args);
71 __audit_syslog(const char *app_name, int flags, int facility, int severity, const char *message, ...) argument
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S27 /* Print message string */
28 #define MSG(x) movw $x, %si; call LOCAL(message)
153 /* print a notification message on the screen */
371 call LOCAL(message)
388 * message: write the string pointed to by %si
402 LOCAL(message):
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_runner.c98 DBusMessage *message,
103 dbus_message_get_destination (message),
104 dbus_message_get_path (message),
105 dbus_message_get_interface (message),
106 dbus_message_get_member (message)));*/
107 if (dbus_message_is_signal (message,
113 if (dbus_message_get_args (message, &error,
213 HAL_ERROR (("Could not spawn runner : '%s'", error->message));
321 command_line, err->message));
468 HAL_ERROR (("Malformed or unexpected reply message"));
97 runner_server_message_handler(DBusConnection *connection, DBusMessage *message, void *user_data) argument
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxdate.c231 message((-1, "AHA#%d state=" FFMT " set=" FFMT, __LINE__, FLAGS(state), FLAGS(set)));
809 message((-1, "AHA#%d n=%d", __LINE__, n));
813 message((-1, "AHA#%d n=%d", __LINE__, n));
829 message((-1, "AHA#%d f=%d n=%d state=" FFMT, __LINE__, f, n, FLAGS(state)));
1023 message((-1, "AHA#%d f=%d i=%d j=%d k=%d l=%d", __LINE__, f, i, j, k, l));
1227 message((-1, "AHA#%d WORK", __LINE__));
1240 message((-1, "AHA#%d j=%d", __LINE__, j));
1244 message((-1, "AHA#%d n=%d", __LINE__, n));
1309 message((-1, "AHA#%d n=%d j=%d f=%d state=" FFMT, __LINE__, n, j, f, FLAGS(state)));
1331 message((
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c559 ** message -- The text part of the SMTP reply.
566 smfi_setreply(ctx, rcode, xcode, message)
570 char *message;
592 if (message != NULL)
597 if (strpbrk(message, "\r\n") != NULL)
599 ml = strlen(message);
611 if (message != NULL)
615 (void) sm_strlcat(buf, message, len);
841 ** SMFI_PROGRESS -- send "progress" message to the MTA to prevent premature
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL242 # Users address, used in message and in Reply-To header
248 # Subject of bug-report message
351 This program provides an easy way to create a message reporting a bug
364 # Prompt for subject of message, if needed
373 message. It should be a concise description of
739 the message to $address$andcc, display the message on
742 You may also save the message as a file to mail at another time.
751 print "\n\nName of file to save message in [$file_save]: ";
773 # Display the message
[all...]

Completed in 96 milliseconds

1234567891011>>