Searched refs:message (Results 126 - 150 of 660) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c158 /* Does the log message the search pattern? */
196 const char *message,
220 match = match_search_pattern(pattern, author, date, message,
243 * followed by the message body, unless BATON->omit_log_message is true.
261 * imagine an example log message here
285 * imagine an example log message here
320 const char *message;
325 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
327 if (log_entry->revision == 0 && message == NULL)
350 if (! lb->omit_log_message && message
192 match_search_patterns(apr_array_header_t *search_patterns, const char *author, const char *date, const char *message, apr_hash_t *changed_paths, svn_membuf_t *buf, apr_pool_t *scratch_pool) argument
319 const char *message; local
535 const char *message; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/Core/
H A DError.cpp25 std::string message(int ev) const override {
33 "message defined.");
56 std::string message(int ev) const override {
/freebsd-13-stable/contrib/kyua/cli/
H A Dmain.cpp127 /// extends the message in the error to specify which subcommand was
300 const std::string message = F("Usage error for command %s: %s.") %
302 LE(message);
303 ui->err(message);
308 const std::string message = F("Usage error: %s.") % e.what();
309 LE(message);
310 ui->err(message);
315 const std::string message = F("The database has schema version %s, "
318 cmdline::print_error(ui, message);
/freebsd-13-stable/contrib/kyua/utils/sqlite/
H A Dexceptions.cpp70 /// Constructs a new error with a plain-text message.
74 /// \param message The plain-text error message.
76 const std::string& message) :
77 std::runtime_error(F("%s (sqlite db: %s)") % message %
105 /// \param message_ The plain-text error message provided by SQLite.
121 /// Constructs a new api_error with the message in the SQLite database.
127 /// \return A new api_error with the retrieved message.
75 error(const optional< fs::path >& db_filename_, const std::string& message) argument
/freebsd-13-stable/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h104 // Construct an entry in a msg vector for a message handle (h), starting at offset (o) of length (l)
115 // Descriptor for a held message. Allocated by client, initialised by vchi_msg_hold,
120 void *message; member in struct:__anon10818
228 // Routine to send a message across a service
235 // scatter-gather (vector) and send message
242 // legacy scatter-gather (vector) and send message, only handles pointers
257 // Routine to look at a message in place.
258 // The message is not dequeued, so a subsequent call to peek or dequeue
259 // will return the same message.
265 // Routine to remove a message afte
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp28 std::string message(int ev) const override;
36 std::string _object_error_category::message(int EV) const { function in class:_object_error_category
56 llvm_unreachable("An enumerator of object_error does not have a message "
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.h24 identifier: kmp_i18n_null, which denotes absence of message. */
27 /* Low-level functions handling message catalog. __kmp_i18n_open() opens message
28 catalog, __kmp_i18n_closes() it. Explicit opening is not required: if message
35 KMP_I18N_STR macro simplifies access to strings in message catalog a bit.
55 There are 3 kind of message severities:
61 OMP: Warning #2: Cannot open message catalog "libguide.cat": (1)
67 (1) is a message of warning severity,
70 (4) is a message of informational severity.
72 Usage in complex cases (message i
[all...]
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3088 unsigned char *message; local
3115 message = (unsigned char *) sodium_malloc(message_len);
3116 sodium_hex2bin(message, message_len,
3140 message, message_len,
3156 message, message_len,
3199 if (memcmp(decrypted, message, message_len) != 0) {
3209 if (memcmp(decrypted, message, message_len) != 0) {
3213 sodium_free(message);
/freebsd-13-stable/crypto/openssl/crypto/ec/curve448/
H A Ded448.h50 * message (in): The message to sign.
51 * message_len (in): The length of the message.
52 * prehashed (in): Nonzero if the message is actually the hash of something
65 const uint8_t *message, size_t message_len,
75 * hash (in): The hash of the message. This object will not be modified by the
100 * message (in): The message to verify.
101 * message_len (in): The length of the message.
102 * prehashed (in): Nonzero if the message i
[all...]
H A Deddsa.c134 const uint8_t *message, size_t message_len,
168 || !EVP_DigestUpdate(hashctx, message, message_len)) {
208 || !EVP_DigestUpdate(hashctx, message, message_len)
249 const uint8_t *message, size_t message_len,
303 || !EVP_DigestUpdate(hashctx, message, message_len)
338 int ED448_sign(uint8_t *out_sig, const uint8_t *message, size_t message_len, argument
342 return c448_ed448_sign(out_sig, private_key, public_key, message,
347 int ED448_verify(const uint8_t *message, size_t message_len, argument
351 return c448_ed448_verify(signature, public_key, message, message_len, 0,
130 c448_ed448_sign( uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, size_t context_len) argument
246 c448_ed448_verify( const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, uint8_t context_len) argument
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c80 const char *message;
95 /* extract the message and do all the other counting */
96 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
97 if (log_entry->revision == 0 && message == NULL)
104 if (message != NULL)
106 int count = svn_cstring_count_newlines(message) + 1;
79 const char *message; local
/freebsd-13-stable/stand/efi/libefi/
H A Defihttp.c394 EFI_HTTP_MESSAGE message; local
468 token.Message = &message;
469 message.Data.Request = &request;
470 message.HeaderCount = 3;
471 message.Headers = headers;
472 message.BodyLength = 0;
473 message.Body = NULL;
514 token.Message = &message;
515 message.Data.Response = &response;
516 message
608 EFI_HTTP_MESSAGE message; local
[all...]
/freebsd-13-stable/contrib/apr/misc/unix/
H A Derrorcodes.c156 unsigned char message[HUGE_STRING_LEN]; local
165 else if (DosGetMessage(NULL, 0, message, HUGE_STRING_LEN, err,
168 message[len] = 0;
176 while (apr_isspace(message[c]) && apr_isspace(message[c+1]))
178 *(pos++) = apr_isspace(message[c]) ? ' ' : message[c];
298 /* FormatMessage put the message in the buffer, but it may
301 * as visually perfect as moving all the remaining message over,
312 /* Windows didn't provide us with a message
[all...]
/freebsd-13-stable/sys/dev/dpaa/
H A Dbman.c56 const char *message; local
62 message = "Invalid Command Verb";
65 message = "FBPR pool exhaused. Consider increasing "
69 message = "Single bit ECC error";
72 message = "Multi bit ECC error";
75 message = "Unknown error";
78 device_printf(sc->sc_dev, "BMAN Exception: %s.\n", message);
/freebsd-13-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c91 /** long format option, for multiline printout per message */
444 /** convert message buffer (of dns bytes) to the first qname, type, class,
446 static char* q_of_msg(ProtobufCBinaryData message) argument
450 if(message.len < 12 + 1 + 4 + 4) return NULL;
451 if(sldns_wire2str_rrquestion_buf(message.data+12, message.len-12,
535 if(d->message) {
536 mtype = mtype_to_str(d->message->type);
537 if(d->message->has_query_address)
538 maddr = str_of_addr(d->message
[all...]
/freebsd-13-stable/contrib/less/
H A Dprompt.c15 * There is also the "equals message", printed by the = command.
16 * A prompt is a message composed of various pieces, such as the
62 static char message[PROMPT_SIZE]; variable
80 * Append a string to the end of the message.
89 if (mp + len >= message + PROMPT_SIZE)
90 len = (int) (message + PROMPT_SIZE - mp - 1);
97 * Append a character to the end of the message.
111 * Append a POSITION (as a decimal integer) to the end of the message.
124 * Append a line number to the end of the message.
137 * Append an integer to the end of the message
[all...]
/freebsd-13-stable/contrib/apr-util/test/
H A Dabts.h80 void abts_fail(abts_case *tc, const char *message, int lineno);
81 void abts_not_impl(abts_case *tc, const char *message, int lineno);
82 void abts_assert(abts_case *tc, const char *message, int condition, int lineno);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp73 EC.message() + "\n");
91 "': " + EC.message() + "\n");
133 EC.message() + "\n");
/freebsd-13-stable/tools/tools/ether_reflect/
H A Dether_reflect.c51 void usage(char* message) { argument
52 if (message != NULL)
53 printf ("error: %s\n", message);
/freebsd-13-stable/usr.bin/mail/
H A Dlex.c105 * the message[] data structure.
355 printf("May not execute \"%s\" -- message file is read only\n",
366 * A message list defaulting to nearest forward
367 * legal message.
370 printf("Illegal use of \"message list\"\n");
388 * A message list with no defaults, but no error
392 printf("Illegal use of \"message list\"\n");
460 muvec[0] = dot - &message[0] + 1;
470 * Set the size of the message vector used to construct argument
471 * lists to message lis
[all...]
/freebsd-13-stable/usr.bin/talk/
H A Dinvite.c92 message("Waiting for your party to respond");
125 message("Ringing your party again");
161 message(answers[response.answer]);
H A Dio.c98 message((char *)buf);
135 message("Connection closed. Exiting");
153 * p_error prints the system error message on the standard location
172 message(const char *string) function
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i86 AppendMessage (const char *message);
89 AppendWarning (const char *message);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp126 return SendUnimplementedResponse(PUE->message().c_str());
139 const StringExtractorGDBRemote &failed_packet, const char *message) {
143 message ? message : "");
138 SendIllFormedResponse( const StringExtractorGDBRemote &failed_packet, const char *message) argument
/freebsd-13-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl29 ## by sendmail on stdin, for the original message (it starts after the
30 ## second "Orignal message follows" marker), look for From, Sender, and
34 ## return the message to the original sender, or do something about
92 The following message was received for an invalid recipient. The
93 sender's address was also invalid. Since the message originated
141 # Ok, now we can get down to business, find the original message
152 # Starting message depends on your version of sendmail
153 if (/^ ----- Original message follows -----$/ ||
154 /^ ----Unsent message follows----$/ ||
155 /^Content-Type: message\/rfc82
[all...]

Completed in 332 milliseconds

1234567891011>>