Searched refs:msg (Results 276 - 300 of 4874) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dmi_catch_ex.exp42 set msg "insert catchpoint on all Ada exceptions"
43 gdb_test_multiple "catch exception" $msg {
45 pass $msg
51 unsupported $msg
H A Dmi_catch_ex_hand.exp41 set msg "insert catchpoint on all Ada exceptions handlers"
42 gdb_test_multiple "catch handlers" $msg {
44 pass $msg
50 unsupported $msg
/netbsd-current/external/mpl/bind/dist/bin/tests/system/ttl/
H A Dtests_cache_ttl.py29 msg = dns.message.make_query(qname, rdtype)
30 response = dns.query.udp(msg, "10.53.0.2", timeout=10, port=named_port)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_protect.c31 const OSSL_CMP_MSG *msg)
39 if (!ossl_assert(ctx != NULL && msg != NULL))
43 prot_part.header = msg->header;
44 prot_part.body = msg->body;
46 if (msg->header->protectionAlg == NULL) {
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg);
133 int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) argument
135 if (!ossl_assert(ctx != NULL && msg != NULL))
161 if (!ossl_x509_add_certs_new(&msg->extraCerts, ctx->chain, prepend))
165 if (!ossl_x509_add_cert_new(&msg
30 ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg) argument
247 set_senderKID(const OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg, const ASN1_OCTET_STRING *id) argument
256 ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dcmp_testlib.h25 int valid_asn1_encoding(const OSSL_CMP_MSG *msg);
29 OSSL_CMP_severity level, const char *msg);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.h41 extern void __morestack_fail (const char *msg, size_t len, int err)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dkilled-outside.exp24 proc get_value {var msg} {
30 gdb_test_multiple "print $var" "$msg" {
33 pass "$msg"
71 set msg "quit GDB"
72 gdb_test_multiple "quit" $msg {
78 pass $msg
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dmi_catch_ex_hand.exp40 set msg "insert catchpoint on all Ada exceptions handlers"
41 gdb_test_multiple "catch handlers" $msg {
43 pass $msg
49 unsupported $msg
H A Dmi_catch_ex.exp41 set msg "insert catchpoint on all Ada exceptions"
42 gdb_test_multiple "catch exception" $msg {
44 pass $msg
50 unsupported $msg
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-dprintf-pending.exp63 set msg "mi dprintf"
66 pass $msg
69 fail $msg
72 fail $msg
75 mi_expect_stop ".*" "main" ".*" ".*$srcfile" "$bp_location1" "" "$msg stop"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dmultiple-step-overs.exp109 set msg "continue to sigusr1_handler"
110 gdb_test_multiple "continue" $msg {
112 pass $msg
119 fail $msg
/netbsd-current/usr.bin/xlint/lint2/
H A DMakefile6 SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \
12 COPTS.msg.c+= ${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Daccounting.c38 struct radius_msg *msg; local
46 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
48 if (msg == NULL) {
53 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
63 !radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
89 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
97 msg) < 0)
100 if (sta && add_sqlite_radius_attr(hapd, sta, msg, 1) < 0)
110 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CLASS,
119 !radius_msg_add_attr(msg,
228 struct radius_msg *msg; local
268 struct radius_msg *msg; local
412 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
432 struct radius_msg *msg; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_go_neg.c555 struct p2p_message *msg,
575 for (j = 0; j < msg->channel_list_len; j++) {
577 if (op_channel != msg->channel_list[j])
602 struct p2p_message *msg,
615 for (j = 2; j < (msg->pref_freq_list_len / 2); j++) {
617 msg->pref_freq_list[2 * j],
618 msg->pref_freq_list[2 * j + 1]);
644 struct p2p_device *dev, struct p2p_message *msg)
728 if (msg->pref_freq_list_len == 0)
729 p2p_check_pref_chan_no_recv(p2p, go, dev, msg, freq_lis
553 p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) argument
600 p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) argument
643 p2p_check_pref_chan(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg) argument
740 struct p2p_message msg; local
1146 struct p2p_message msg; local
1417 struct p2p_message msg; local
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DLogging.cpp60 void Log::log(const std::string & msg) argument
64 s_logger->log(msg);
79 void Log::log(Logger::log_level_t level, const std::string & msg) argument
83 s_logger->log(level, msg);
87 void StdoutLogger::_log(const char * msg) argument
89 printf("%s", msg);
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dmissing44 msg="missing on your system"
59 msg="probably too old"
141 WARNING: '$1' is $msg. You should only need it if
150 WARNING: '$1' is $msg. You should only need it if
159 WARNING: '$1' is $msg. You should only need it if
178 WARNING: '$1' is $msg. You should only need it if
189 WARNING: '$1' is needed, but is $msg.
212 WARNING: '$1' $msg. You should only need it if
242 WARNING: '$1' is $msg. You should only need it if
265 WARNING: '$1' is $msg
[all...]
/netbsd-current/usr.bin/talk/
H A Dlook_up.c55 /* the rest of msg was set up in get_names */
58 msg.ctl_addr = *(struct talkd_sockaddr *)(void *)&ctl_addr;
59 msg.ctl_addr.sa_family = htons(ctl_addr.sin_family);
61 msg.ctl_addr = *(struct sockaddr *)&ctl_addr;
90 ctl_transact(his_machine_addr, msg, DELETE, rp);
107 ctl_transact(his_machine_addr, msg, LOOK_UP, rp);
112 msg.id_num = htonl(rp->id_num);
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dmissing44 msg="missing on your system"
59 msg="probably too old"
141 WARNING: '$1' is $msg. You should only need it if
150 WARNING: '$1' is $msg. You should only need it if
159 WARNING: '$1' is $msg. You should only need it if
178 WARNING: '$1' is $msg. You should only need it if
189 WARNING: '$1' is needed, but is $msg.
212 WARNING: '$1' $msg. You should only need it if
242 WARNING: '$1' is $msg. You should only need it if
265 WARNING: '$1' is $msg
[all...]
/netbsd-current/external/gpl2/texinfo/dist/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dsend_recv.c43 krb5_data msg, out; local
51 ret = krb5_data_alloc(&msg, len);
57 krb5_storage_read(sp, msg.data, msg.length);
59 ret = krb5_mk_priv(context->context, context->ac, &msg, &out, NULL);
60 krb5_data_free(&msg);
/netbsd-current/external/apache2/llvm/autoconf/autoconf/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp38 void checkPreObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
43 void NSAutoreleasePoolChecker::checkPreObjCMessage(const ObjCMethodCall &msg, argument
45 if (!msg.isInstanceMessage())
48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface();
57 if (msg.getSelector() != releaseS)
75 Report->addRange(msg.getSourceRange());
/netbsd-current/external/mpl/dhcp/dist/tests/DHCPv6/
H A D212-solicit-opt-in-na-norapidcommit.pl60 my $msg = dhcp_client::msg->new($MSG_SOLICIT);
65 $msg->add_option($OPT_CLIENTID, $client_id);
66 #$msg->add_option($OPT_CLIENTID, dhcp_client::duid(3));
69 $msg->add_option($OPT_ELAPSED_TIME, "\x00\x00");
76 my $enc_opt = dhcp_client::msg->new(0);
79 $msg->add_option($OPT_IA_NA, $option_data);
83 $msg->add_option($OPT_RECONF_ACCEPT, "");
87 $msg->add_option($OPT_ORO, pack("n*", @oro));
90 $msg
[all...]
H A D210-solicit-nohost.pl59 my $msg = dhcp_client::msg->new($MSG_SOLICIT);
62 $msg->add_option($OPT_CLIENTID, dhcp_client::duid());
65 $msg->add_option($OPT_ELAPSED_TIME, "\x00\x00");
72 $msg->add_option($OPT_IA_NA, $option_data);
76 $msg->add_option($OPT_RECONF_ACCEPT, "");
80 $msg->add_option($OPT_ORO, pack("n*", @oro));
84 $msg->add_option($OPT_VENDOR_CLASS, pack("N", 4491) . "docsis3.0");
102 $msg->add_option($OPT_VENDOR_OPTS, $vsio);
105 $msg
[all...]
H A Dstubcli.pl59 my $msg = dhcp_client::msg->new($MSG_SOLICIT);
62 $msg->add_option($OPT_CLIENTID, dhcp_client::duid());
65 $msg->add_option($OPT_ELAPSED_TIME, "\x00\x00");
72 $msg->add_option($OPT_IA_NA, $option_data);
76 $msg->add_option($OPT_RECONF_ACCEPT, "");
80 $msg->add_option($OPT_ORO, pack("n*", @oro));
84 $msg->add_option($OPT_VENDOR_CLASS, pack("N", 4491) . "docsis3.0");
102 $msg->add_option($OPT_VENDOR_OPTS, $vsio);
105 $msg
[all...]

Completed in 366 milliseconds

<<11121314151617181920>>