Searched refs:message (Results 176 - 200 of 567) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DAttribute.cxx100 context.message(ParserMessages::normalizedAttributeValueLength,
179 context.message(ParserMessages::attributeValueSyntax);
188 context.message(ParserMessages::attributeValueChar,
192 context.message(ParserMessages::attributeValueNumberToken,
196 context.message(ParserMessages::attributeValueName,
210 context.message(ParserMessages::attributeValueChar,
220 context.message(ParserMessages::nameTokenLength,
227 context.message(ParserMessages::attributeValueMultiple,
252 context.message(ParserMessages::normalizedAttributeValueLength,
275 context.message(ParserMessage
[all...]
H A DCmdLineApp.cxx257 message(CmdLineAppMessages::
260 message(CmdLineAppMessages::usage,
266 message(CmdLineAppMessages::invalidOptionError,
268 message(CmdLineAppMessages::usage,
280 message(CmdLineAppMessages::openFileError,
299 message(internalCharsetIsDocCharset_
309 message(CmdLineAppMessages::versionInfo,
H A DStdioStorage.cxx75 ParentLocationMessenger(mgr).message(StdioStorageMessages::openFailed,
150 ParentLocationMessenger(mgr).message(msg,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t244 my $message
247 is (scalar keys %target, scalar keys %clean, "scalar keys for $message");
249 "scalar values for $message");
256 "list keys for $message");
258 "list values for $message");
261 "hash in list context for $message");
272 "iterating with each for $message");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm18 Pod::Usage, pod2usage() - print a usage message from embedded pod documentation
24 my $message_text = "This text precedes the usage message.";
33 pod2usage( { -message => $message_text ,
53 A string containing the text of a message to print I<before> printing
54 the usage message
73 =item C<-message>
77 The text of a message to print immediately prior to printing the
78 program's usage message.
90 message. If the corresponding value is 0, then only the "SYNOPSIS"
99 usage message shoul
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c229 fprintf (stderr, "error: libhal_ctx_set_dbus_connection: %s: %s\n", error.name, error.message);
235 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
250 fprintf (stderr, "error: libhal_device_exists: %s: %s\n", error.name, error.message);
259 fprintf (stderr, "error: libhal_device_remove_property: %s: %s\n", error.name, error.message);
295 fprintf (stderr, "error: libhal_device_set_property: %s: %s\n", error.name, error.message);
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/papi/
H A Dservice.c277 "detailed-status-message", &result);
288 char *message = alloca(BUFSIZ); local
292 * fill in the message. If the buffer is too small, allocate
295 if ((size = vsnprintf(message, BUFSIZ, fmt, ap)) >= BUFSIZ)
296 if ((message = alloca(size)) != NULL)
297 vsnprintf(message, size, fmt, ap);
301 "detailed-status-message", message);
H A Dlpsched-msgs.c48 * Format and send message to lpsched (die if any errors occur)
60 /* fill the message buffer */
66 gettext("unable to build message for scheduler: %s"),
71 /* write the message */
77 gettext("unable to send message to scheduler: %s"),
83 * Receive message from lpsched (die if any errors occur)
93 /* read the message */
100 gettext("unable to read message from scheduler: %s"),
111 gettext("unable to parse message from scheduler: %s"),
327 lpsched_reject_printer(papi_service_t svc, char *printer, char *message) argument
382 lpsched_disable_printer(papi_service_t svc, char *printer, char *message) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmOther.java69 Debug.message("CLNT:pmOther()");
82 // top panel contains the message
180 Debug.message("CLNT: default cancel action");
196 Debug.message("CLNT:pmOther: " + deviceName.getText());
202 Debug.message("CLNT:pmOther: cancelPressed");
222 Debug.message("CLNT:pmOther: Dialog login returns " + d.getValue());
H A DpmFindFrame.java76 // top panel contains the message
169 Debug.message("CLNT: default cancel action");
196 Debug.message("CLNT: pmFindFrame:okPressed():" +
212 Debug.message("CLNT: pmFindFrame: cancelPressed()");
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_sha1_util.c147 uint8_t *message,
159 if (message != NULL) {
161 message, message_length);
233 uint8_t *message, uint32_t message_len,
238 SHA1Update(&((sha1_hmac_ctx)->hc_icontext), message,
144 fips_hmac_sha1_hash(unsigned char *hmac_computed, uint8_t *secret_key, unsigned int secret_key_length, uint8_t *message, unsigned int message_length) argument
232 fips_hmac_sha1_hash(sha1_hmac_ctx_t *sha1_hmac_ctx, uint8_t *message, uint32_t message_len, uint8_t *hmac_computed) argument
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties34 sending_da_trace = Sending message ``{0}'''' to DA ``{1}''''
36 tcp_send_da_trace = Sending TCP message ``{0}'''' to DA ``{1}''''
47 drop_pr = Drop PR ignored by host ``{0}'''' for message ``{1}''''
49 wrong_reply_type = Got reply message code ``{0}'''' for request message code ``{1}''''.
68 # message in Assert when a null parameter is detected.
85 cant_find_resource = Can''t find message ``{0}''''.
118 unexpected_ipc = Expected a SrvAck, got wrong function code or null message.
143 option_error = Option offset ``{0}'''' greater than message length ``{1}''''.
156 passthrough_addr = {0} in message fro
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c272 "detailed-status-message", &result);
284 char *message = alloca(BUFSIZ); local
288 * fill in the message. If the buffer is too small, allocate
291 if ((size = vsnprintf(message, BUFSIZ, fmt, ap)) >= BUFSIZ)
292 if ((message = alloca(size)) != NULL)
293 vsnprintf(message, size, fmt, ap);
297 "detailed-status-message", message);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c366 * send the formatted request 'message' to a KDC for realm 'realm' and
369 * If the message is sent and a response is received, 0 is returned,
377 krb5_sendto_kdc (krb5_context context, const krb5_data *message, argument
381 return (krb5_sendto_kdc2(context, message, realm, reply, use_master,
392 krb5_sendto_kdc2 (krb5_context context, const krb5_data *message, argument
416 message->length, message->data, realm, *use_master, tcp_only);
439 else if (message->length <= context->udp_pref_limit)
470 retval = krb5int_sendto (context, message, &addrs, 0, reply, 0, 0,
654 set_conn_state_msg_length (struct conn_state *state, const krb5_data *message) argument
682 setup_connection(struct conn_state *state, struct addrinfo *ai, const krb5_data *message, char **udpbufp) argument
1272 krb5int_sendto(krb5_context context, const krb5_data *message, const struct addrlist *addrs, struct sendto_callback_info* callback_info, krb5_data *reply, struct sockaddr *localaddr, socklen_t *localaddrlen, struct sockaddr *remoteaddr, socklen_t *remoteaddrlen, int *addr_used, int (*msg_handler)(krb5_context, const krb5_data *, void *), void *msg_handler_data) argument
[all...]
H A Dchangepw.c95 static void kpasswd_sendto_msg_cleanup (void* callback_context, krb5_data* message) argument
98 krb5_free_data_contents(ctx->context, message);
102 static int kpasswd_sendto_msg_callback(struct conn_state *conn, void *callback_context, krb5_data* message) argument
111 memset (message, 0, sizeof(krb5_data));
178 message->length = output.length;
179 message->data = output.data;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c210 ** nullserver -- if non-NULL, rejection message for
239 #define CMDDATA 3 /* data -- send message text */
746 message(nullserver);
958 message("421 4.7.0 %s closing connection",
1011 message("421 4.7.0 %s closing connection",
1127 message(cmdbuf, (int) (id - inp), inp, id);
1136 message(cmdbuf, id);
1143 message(cmdbuf, id);
1203 message("421 4.4.1 %s Lost input channel from %s",
1233 message("42
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dfuncs.c156 struct message *pmsg, msgbuf;
169 "error in message queue open\n"));
177 if ((i = write(msgfd, pmsg, sizeof (struct message))) < 0)
178 (void) fprintf(stderr, gettext("error in message send\n"));
179 else if (i != sizeof (struct message))
181 "error in message send: Premature EOF\n"));
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c49 char message[100], variable
196 (void)putmessage (message, S_LOAD_USER_FILE);
198 if (msend(message))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm57 Digest - Modules that calculate message digests
72 or "hashes", of some data, called a message. The digest is (usually)
74 the algorithm used. The message is simply a sequence of arbitrary
78 I<likely> to change if the message change in some way. Another
80 should be I<hard> to find a message that correspond to some given
113 name as the algorithm. The functions take the message as argument and
117 $digest = md5($message);
135 message-digest algorithm. You can add data to the object and finally
161 The $data provided as argument are appended to the message we
167 message w
[all...]
H A Dsyslog.pl71 local($message, $whoami);
123 $message = sprintf ($mask, @_);
126 unless (send(SYSLOG,"<$sum>$whoami: $message",0)) {
135 print CONS "<$facility.$priority>$whoami: $message\r";
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java38 * Calling member classes <b>message()</b>, <b>warning()</b>,
53 * <b>fatal()</b> while ignoring <b>message()</b>.
67 * Using the forms of <b>message()</b>, <b>warning()</b>,
82 * Log a highest-priority message.
83 * @param String s The message to be logged.
90 * Log a high-priority message.
91 * @param String s The message to be logged.
98 * Log a medium-priority message.
99 * @param String s The message to be logged.
106 * Log a low-priority message
109 static public void message(String s) { method in class:Debug
151 static public void message(Object o, String s) { method in class:Debug
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c68 const char *message)
81 syslog(severity, "%s", message);
84 syslog(severity, "%s", message);
67 __audit_syslog(const char *app_name, int flags, int facility, int severity, const char *message) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm62 my @m = $obj->message;
192 $nntp->_STAT(@_) && $nntp->message =~ /(<[^>]+>)/o
211 && $nntp->message =~ /(\d+)\s+(\d+)\s+(\d+)\s+(\S+)/;
252 $nntp->_LAST && $nntp->message =~ /(<[^>]+>)/o
308 $nntp->_NEXT && $nntp->message =~ /(<[^>]+>)/o
498 my $m; ($m = $nntp->message) =~ s/^\d+\s+//o;
520 $nntp->_DATE && $nntp->message =~ /(\d{4})(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/
537 carp "Depriciated passing of two message numbers, "
760 will change the current article pointer. C<MSGID> is the message id of
764 message
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm43 [Fri Nov 17 21:40:43 1995] test.pl: Got an error message: Permission denied.
120 =head2 Changing the default message
122 By default, the software error message is followed by a note to
124 If this message is not to your liking, you can change it using the
132 error message. At run time, your code will be called with the text
133 of the error message that caused the script to die. Example:
165 #write a detailed message to the browser and/or a log,
172 HTML headers to the browser yourself if you are printing a message.
277 1.23 ineval() now checks both $^S and inspects the message for the "eval" pattern
388 my $message
[all...]
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in37 -h, --help print this message and exit

Completed in 129 milliseconds

1234567891011>>