Searched refs:message (Results 276 - 300 of 926) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sbin/isakmpd/
H A Ddpd.c38 #include "message.h"
70 dpd_add_vendor_payload(struct message *msg)
94 * Check an incoming message for DPD capability markers.
97 dpd_check_vendor_payload(struct message *msg, struct payload *p)
145 dpd_handle_notify(struct message *msg, struct payload *p)
H A Dexchange.c56 #include "message.h"
189 * Validate the message MSG's contents wrt what payloads the exchange type
194 exchange_validate(struct message *msg)
235 exchange_handle_leftover_payloads(struct message *msg)
261 * upto either the script's end or a transmittal of a message. If we are
262 * at the point of a reception of a message, that message should be handed
264 * expect MSG to be a half-cooked message without payloads.
267 exchange_run(struct message *msg)
271 int (*handler)(struct message *)
[all...]
H A Dike_phase_1.c55 #include "message.h"
68 /* Offer a set of transforms to the responder in the MSG message. */
70 ike_phase_1_initiator_send_SA(struct message *msg)
393 ike_phase_1_initiator_recv_SA(struct message *msg)
435 ike_phase_1_initiator_send_KE_NONCE(struct message *msg)
447 ike_phase_1_initiator_recv_KE_NONCE(struct message *msg)
460 ike_phase_1_responder_recv_SA(struct message *msg)
515 ike_phase_1_responder_send_SA(struct message *msg)
537 ike_phase_1_send_KE_NONCE(struct message *msg, size_t nonce_sz)
544 /* Generate a nonce, and add it to the message
[all...]
H A Dike_quick_mode.c51 #include "message.h"
60 static void gen_g_xy(struct message *);
61 static int initiator_send_HASH_SA_NONCE(struct message *);
62 static int initiator_recv_HASH_SA_NONCE(struct message *);
63 static int initiator_send_HASH(struct message *);
64 static void post_quick_mode(struct message *);
65 static int responder_recv_HASH_SA_NONCE(struct message *);
66 static int responder_send_HASH_SA_NONCE(struct message *);
67 static int responder_recv_HASH(struct message *);
71 int (*ike_quick_mode_initiator[])(struct message *)
[all...]
H A Dudp_encap.c48 #include "message.h"
76 static int udp_encap_send_message(struct message *,
341 * A message has arrived on transport T's socket. If T is single-ended,
343 * Package the message as we want it and continue processing in the message
351 struct message *msg;
387 "Null-ESP marker not NULL or short message");
398 log_error("failed to allocate message structure, dropping "
409 * Physically send the message MSG over its associated transport.
410 * Special: if 'msg' is NULL, send a NAT-T keepalive message
[all...]
/openbsd-current/usr.sbin/adduser/
H A Dadduser.perl80 $send_message = "no"; # send message to new user
81 $message_file = "/etc/adduser.message";
682 # send message to new user
686 return 1 if !&confirm_yn("Send welcome message to ``$name''", "yes");
699 if (!&confirm_yn("Add anything to the message", "no")) {
700 print "Use ``.'' or ^D alone on a line to finish your message.\n";
708 &confirm_list("Copy message to another user?:",
717 local($to, @message) = @_;
724 foreach $e (@message) {
929 [-message message_fil
[all...]
/openbsd-current/usr.bin/rdistd/
H A Dfilesys.c222 message(MT_NERROR, "setmntent failed: %s", SYSERR);
229 message(MT_NERROR, "Timeout getting mount info");
247 message(MT_WARNING, "%s: Cannot stat filesystem: %s",
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.xs330 SV *message = *hv_fetch(hv, "text", 4, 0);
334 croak("%" SVf, SVfARG(message));
336 warner(categories, "%" SVf, SVfARG(message));
445 SV *message = *hv_fetch(hv, "text", 4, 0);
448 croak("%" SVf, SVfARG(message));
450 warner(categories, "%" SVf, SVfARG(message));
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DBreakpointBase.cpp167 // 1. raw print text message, and
271 std::string message = "Log message has error: "; local
272 message += error;
273 g_vsc.SendOutput(OutputType::Console, message);
306 output.push_back('\n'); // Ensure log message has line break.
/openbsd-current/gnu/llvm/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp78 reportError(Twine(Input) + ": " + EC.message() + ".\n");
85 reportError(Twine(Input) + ": " + EI.message() + ".\n");
93 [&](const ErrorInfoBase &EI) { reportError(EI.message()); });
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp92 // Output the input to the current pass to a bitcode file, emit a message
127 /// outs() a single line message indicating whether compilation was successful
141 << ": Error making unique filename: " << EC.message() << "\n";
172 errs() << Path.getError().message() << "\n";
188 errs() << Path.getError().message() << "\n";
H A DToolRunner.cpp90 // The error message is in the output file, let's print it out from there.
119 errs() << "Error making unique filename: " << EC.message() << "\n";
228 Message = LLIPath.getError().message() + "\n";
391 "' in PATH: " + Path.getError().message() + "\n";
442 errs() << "Error making unique filename: " << EC.message() << "\n";
515 Message = LLCPath.getError().message() + "\n";
599 Message = LLIPath.getError().message() + "\n";
668 errs() << "Error making unique filename: " << EC.message() << "\n";
772 errs() << "Error making unique filename: " << EC.message() << "\n";
848 CCPath.getError().message()
[all...]
/openbsd-current/sys/dev/pci/drm/apple/
H A Dtrace.h80 TP_PROTO(struct apple_dcp *dcp, u8 endpoint, u64 message),
81 TP_ARGS(dcp, endpoint, message),
85 __field(u64, message)),
89 __entry->message = message;),
91 TP_printk("%s: endpoint 0x%x (%s): received message 0x%016llx",
93 show_dcp_endpoint(__entry->endpoint), __entry->message));
96 TP_PROTO(struct apple_dcp *dcp, u8 endpoint, u64 message),
97 TP_ARGS(dcp, endpoint, message),
101 __field(u64, message)),
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dwarnings.pm450 ? "category, level, 'message'"
457 my $syntax = $has_message ? "[category,] 'message'" : '[category]';
461 my $message = pop if $has_message;
530 die "$message$stuff.\n" if $results[0];
531 return warn "$message$stuff.\n";
535 Carp::croak($message) if $results[0];
538 Carp::carp($message);
1233 message if it gets given a relative path as a parameter. This warnings
1261 display a warning message whenever the calling module has (at least) the
1270 used to actually display the warnings message
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm61 ## User passed in a message to print before issuing usage.
62 $_ and $opts{'-message'} = $_;
72 $key =~ /^-msg/i and $key = '-message';
149 print { $opts{'-output'} } ($opts{'-message'}, "\n") if($opts{'-message'});
354 my $msg = $self->{USAGE_OPTIONS}->{-message} or return 1;
363 my $msg = $self->{USAGE_OPTIONS}->{-message} or return 1;
399 my $message_text = "This text precedes the usage message.";
408 pod2usage( { -message => $message_text ,
436 A string containing the text of a message t
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c69 Return NULL on success, or an error message on failure. */
365 do { message = MESSAGE; goto verify_error; } while (0)
368 do { message = MESSAGE; goto error_with_index; } while (0)
372 Return NULL on success and a freshly malloc'd error message on failure. */
382 char *message = pop_argument_types (TREE_CHAIN (arg_types)); local
383 if (message == NULL)
384 pop_type_0 (TREE_VALUE (arg_types), &message); local
385 return message;
405 if ((message = check_pending_block (tmplab)) != NULL) \
430 const char *message local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dbfd.c369 void bfd_perror (const char *message);
374 the last BFD error was a system call failure. If @var{message}
376 by @var{message}, a colon, and a space. It is followed by a newline.
380 bfd_perror (const char *message)
384 perror ((char *) message);
387 if (message == NULL || *message == '\0')
390 fprintf (stderr, "%s: %s\n", message, bfd_errmsg (bfd_get_error ()));
435 error for which it wants to print a message. Going through a
472 is printed before the error message followe
378 bfd_perror(const char *message) argument
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h392 /// \param[in] message
393 /// The warning message to be reported.
405 ReportWarning(std::string message,
414 /// \param[in] message
415 /// The error message to be reported.
427 ReportError(std::string message,
436 /// \param[in] message
437 /// The info message to be reported.
447 ReportInfo(std::string message,
468 /// \param[in] message
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DRRA.pm64 # $message - The message to use when reporting the test results
69 my ($got, $expected, $message) = @_;
76 is($got, $data, $message);
101 ok(0, $message);
106 # of what tests this script would perform, which is used in the skip message.
123 # tests this script would perform, which is used in the skip message. Calls
227 import. It will skip the test (by printing a skip message to standard output
246 output (not the output itself). MESSAGE is a message to display alongside the
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/t/
H A DUtil.t134 is( $@, '', 'No error message, as expected');
292 my $message
295 is (scalar keys %target, scalar keys %clean, "scalar keys for $message");
297 "scalar values for $message");
304 "list keys for $message");
306 "list values for $message");
309 "hash in list context for $message");
320 "iterating with each for $message");
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm119 my $transmit_ok = 0; # flag to indicate if the last message was transmitted
123 my $ident = ''; # identifiant prepended to each message
380 my ($message, $buf);
454 $message = @args ? sprintf($mask, @args) : $mask;
457 $buf = $message;
460 $buf = $message;
486 $buf = "<$sum>$timestamp $whoami: $message";
497 print STDERR "$whoami: $message";
498 print STDERR "\n" if rindex($message, "\n") == -1;
737 # way to do that is to send a message an
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs159 DispStream(di_stream * s, const char * message)
161 DispStream(s, message)
163 const char * message;
175 if (message)
176 printf(" - %s \n", message) ;
462 DispStream(s, message=NULL)
464 const char * message
705 DispStream(s, message=NULL)
707 const char * message
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dppc-linux-nat.c377 char message[128]; local
378 sprintf (message, "reading register %s (#%d)",
380 perror_with_name (message);
681 char message[128]; local
682 sprintf (message, "writing register %s (#%d)",
684 perror_with_name (message);
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DFTP.pm168 # keep @$ if no message. Happens, when response did not start with a code.
169 $@ = $ftp->message || $@;
267 && $ftp->message =~ /((\d\d)(\d\d\d?))(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/
279 ? ($ftp->message =~ /(\d+)\s*(bytes?\s*)?$/)[0]
285 unless $ftp->_STAT($file) && (@msg = $ftp->message) == 3;
745 my ($status, $message) = ($ftp->status, $ftp->message);
755 $ftp->set_status($status, $message);
835 $remote = ($ftp->message =~ /\w+\s*:\s*(.*)/)[0]
877 if ('STOU' eq uc $cmd and $ftp->message
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py29 message = 'Failed to import test module: %s' % name
33 message += '\n%s' % traceback.format_exc()
34 return _make_failed_test('ModuleImportFailure', name, ImportError(message),

Completed in 520 milliseconds

<<11121314151617181920>>