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

1234567891011>>

/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlog.h493 *\li Passing both category and module as NULL would make every log message
533 * Write a message to the log channels.
560 *\li The log message is written to every channel associated with the
564 *\li Nothing. Failure to log a message is not construed as a
575 * Write a message to the log channels.
599 *\li The log message is written to every channel associated with the
603 *\li Nothing. Failure to log a message is not construed as a
614 * Write a message to the log channels, pruning duplicates that occur within
625 * Write a message to the log channels, pruning duplicates that occur within
640 * The only difference is that they take arguments for a message
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddiagnostic.c25 message module. */
92 /* Initialize the diagnostic message outputting machinery. */
102 /* By default, we emit prefixes once per message. */
120 /* Initialize DIAGNOSTIC, where the message MSG has already been
127 diagnostic->message.err_no = errno;
128 diagnostic->message.args_ptr = args;
129 diagnostic->message.format_spec = msg;
135 /* Initialize DIAGNOSTIC, where the message GMSGID has not yet been
170 /* Count a diagnostic. Return true if the message should be printed. */
197 (*context->internal_error) (diagnostic->message
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Disearch.c159 char *message; local
164 message = (char *)xmalloc (searchlen + 33);
170 sprintf (message, "[%d]", where + history_base);
171 msglen = strlen (message);
175 message[msglen++] = '(';
179 strcpy (message + msglen, "reverse-");
183 strcpy (message + msglen, "i-search)`");
188 strcpy (message + msglen, search_string);
192 strcpy (message + msglen, "': ");
194 rl_message ("%s", message);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dvalidator.h72 * 'name', 'rdataset', 'sigrdataset', and 'message' are the values that were
98 dns_message_t * message; member in struct:dns_validatorevent
181 dns_message_t *message, unsigned int options,
196 * The complete response message may be given in 'message',
200 * is implemented yet). If the complete response message
201 * is not available, 'message' is NULL.
204 * message is given in 'message'. The 'rdataset', and
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c83 prompt_tty(int ifd, int ofd, const char *message, char *response, int echo) argument
97 if (write(ofd, message, strlen(message)) < 0) {
215 prompt_notty(const char *message, char *response) argument
223 fputs(message, stdout);
288 prompt(const char *message, char *response, int echo) argument
302 return (prompt_notty(message, response));
305 ret = prompt_tty(ifd, ofd, message, response, echo);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCompiler.h285 // LLVM_ATTRIBUTE_DEPRECATED(decl, "message")
287 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
288 decl __attribute__((deprecated(message)))
290 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
293 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
294 __declspec(deprecated(message)) decl
296 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c153 char *message = "OK"; local
157 os_strlen(message);
182 wpabuf_put_data(req, message, os_strlen(message));
196 char *message = "E=691 R=0 C=00000000000000000000000000000000 V=3 " local
200 ms_len = sizeof(*ms) + os_strlen(message);
215 wpabuf_put_data(req, message, os_strlen(message));
218 (u8 *) message, os_strlen(message));
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dcmd3.c143 * Print out a nice help message from some file or another.
195 * message header and send them off to mail1()
200 struct message *mp;
210 mp = &message[msgvec[0] - 1];
253 head.h_inreplyto = skin(hfield("message-id", mp));
286 struct message *mp;
294 mp = &message[mesg-1];
311 dot = &message[*ip-1];
319 * Print the size of each message.
324 struct message *m
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dlisting.c156 /* Pointer to any error message associated with this line. */
157 char *message; member in struct:list_info_struct
223 listing_message (const char *name, const char *message) argument
227 unsigned int l = strlen (name) + strlen (message) + 1;
230 strcat (n, message);
231 listing_tail->message = n;
236 listing_warning (const char *message) argument
238 listing_message (_("Warning:"), message);
242 listing_error (const char *message) argument
244 listing_message (_("Error:"), message);
940 char *message; local
[all...]
/freebsd-9.3-release/sys/dev/syscons/daemon/
H A Ddaemon_saver.c50 static u_char *message; variable
238 clear_string(sc, txpos, typos, toff, message, tlen);
344 draw_string(sc, txpos, typos, toff, message, tlen);
363 message = malloc(messagelen + 1, M_DEVBUF, M_WAITOK);
366 free(message, M_DEVBUF);
371 sprintf(message, "%s - %s %s", prison0.pr_hostname, ostype, osrelease);
390 free(message, M_DEVBUF);
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c193 char message[512]; local
227 snprintf(message, sizeof(message), "Would you like to use this entire "
231 choice = dialog_yesno("Partition", message, 0, 0);
307 char availablestr[10], neededstr[10], message[512]; local
312 sprintf(message, "There is not enough free space on %s to "
319 retval = dialog_yesno("Warning", message, 0, 0);
/freebsd-9.3-release/contrib/tcsh/
H A Dcsh-mode.el584 (message "No matching compound command"))
593 (message "Matched ... %s" (csh-line-to-string))
827 (message "Can't find completion for \"%s\"" pattern))
845 (message string))))))
905 (defun csh-pickup-completion-driver (pmin pmax message)
907 (if message
908 (message "pickup completion..."))
925 (if message
926 (message "pickup %d variables and %d functions." (+ i1 i2) i3))))
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c211 ** nullserver -- if non-NULL, rejection message for
240 #define CMDDATA 3 /* data -- send message text */
747 message(nullserver);
948 message("421 4.7.0 %s closing connection",
1001 message("421 4.7.0 %s closing connection",
1117 message(cmdbuf, (int) (id - inp), inp, id);
1126 message(cmdbuf, id);
1133 message(cmdbuf, id);
1193 message("421 4.4.1 %s Lost input channel from %s",
1223 message("42
[all...]
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dcron.h113 # define Debug(mask, message) \
115 printf message;
117 # define Debug(mask, message) \
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgssapi_link.c141 isc_region_t message; local
151 isc_buffer_usedregion(ctx->buffer, &message);
152 REGION_TO_GBUFFER(message, gmessage);
196 isc_region_t message, r; local
207 isc_buffer_usedregion(ctx->buffer, &message);
208 REGION_TO_GBUFFER(message, gmessage);
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Dnsec3hash.c56 check_result(isc_result_t result, const char *message) { argument
58 fatal("%s: %s", message, isc_result_totext(result));
/freebsd-9.3-release/contrib/llvm/lib/IRReader/
H A DIRReader.cpp58 "Could not open input file: " + ec.message());
89 "Could not open input file: " + ec.message());
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetnetconfig.c660 const char *message; local
664 message = _nc_errors[0];
667 message = _nc_errors[1];
670 message = _nc_errors[2];
673 message = _nc_errors[3];
676 message = _nc_errors[4];
679 message = "Unknown network selection error";
682 return ((char *)message);
686 * Prints a message onto standard error describing the reason for failure.
/freebsd-9.3-release/tools/tools/mcgrab/
H A Dmcgrab.cc69 // usage - print out the usage with a possible message and exit
71 // \param message optional string
74 void usage(string message) argument
77 cerr << message << endl;
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.h78 #define FAIL(message) TEST_FAIL((message))
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbntest.c20 * This can be in the form of a textual message at program startup or
134 static void message(BIO *out, char *m) function
185 message(out, "BN_add");
190 message(out, "BN_sub");
195 message(out, "BN_lshift1");
200 message(out, "BN_lshift (fixed)");
205 message(out, "BN_lshift");
210 message(out, "BN_rshift1");
215 message(out, "BN_rshift");
220 message(ou
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmcparse.y75 | message
176 message: label
271 h->message = $3;
272 if (mcset_max_message_length != 0 && unichar_len (h->message) > mcset_max_message_length)
273 mc_warn ("message length to long");
293 | error { mc_fatal ("missing end of message text"); $$ = NULL; }
294 | lines error { mc_fatal ("missing end of message text"); $$ = $1; }
H A Dwindmc.h58 unichar *message; member in struct:mc_node_lang
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstop-gdb.c26 Actions: Lookup the send right to the GDB message port from the
29 Send an asynchronous message with msgh_id
38 #include <mach/message.h>
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DParser.cpp48 "Could not open input file: " + ec.message());

Completed in 375 milliseconds

1234567891011>>