Searched refs:msg (Results 151 - 175 of 4874) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_trce.c24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \
25 do_ssl_trace_list(bio, indent, msg, msglen, value, \
41 const unsigned char *msg, size_t msglen,
49 val = msg[0];
51 val = (val << 8) | msg[1];
54 msg += vlen;
615 const unsigned char *msg, size_t msglen)
622 BIO_printf(bio, "%02X", msg[i]);
900 const unsigned char *msg = *msgin; local
909 extslen = (msg[
40 do_ssl_trace_list(BIO *bio, int indent, const unsigned char *msg, size_t msglen, size_t vlen, const ssl_trace_tbl *tbl, size_t ntbl) argument
614 ssl_print_hex(BIO *bio, int indent, const char *name, const unsigned char *msg, size_t msglen) argument
948 ssl_print_client_hello(BIO *bio, const SSL *ssl, int indent, const unsigned char *msg, size_t msglen) argument
1005 dtls_print_hello_vfyrequest(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1015 ssl_print_server_hello(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1099 ssl_print_client_keyex(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1151 ssl_print_server_keyex(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1254 ssl_print_certificates(BIO *bio, const SSL *ssl, int server, int indent, const unsigned char *msg, size_t msglen) argument
1284 ssl_print_cert_request(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1373 ssl_print_ticket(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1422 ssl_print_handshake(BIO *bio, const SSL *ssl, int server, const unsigned char *msg, size_t msglen, int indent) argument
1534 const unsigned char *msg = buf; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-hunt74 msg() { function
89 msg 0 "error: ${1}"
113 msg 1 "skipping ${TEST_ID}; it is a known build failure"
124 msg 1 "build failed for ${TEST_ID}"
135 msg 0 "unexpected test failure for ${TEST_ID}"
161 msg 1 "using ${FIRST_MID}, between ${LATER_THAN} and ${EARLIER_THAN}"
231 msg 1 "search patches later than ${TEST_ID}"
235 msg 1 "search patches earlier than ${TEST_ID}"
280 msg 2 "LOW_PATCH = ${LOW_PATCH}"
281 msg
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dreg-hunt74 msg() { function
89 msg 0 "error: ${1}"
113 msg 1 "skipping ${TEST_ID}; it is a known build failure"
124 msg 1 "build failed for ${TEST_ID}"
135 msg 0 "unexpected test failure for ${TEST_ID}"
161 msg 1 "using ${FIRST_MID}, between ${LATER_THAN} and ${EARLIER_THAN}"
231 msg 1 "search patches later than ${TEST_ID}"
235 msg 1 "search patches earlier than ${TEST_ID}"
280 msg 2 "LOW_PATCH = ${LOW_PATCH}"
281 msg
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
H A Dchain.d8 this(string msg)
10 super(typeof(this).stringof~": "~msg);
16 this(string msg)
18 super(typeof(this).stringof~": "~msg);
30 string msg = [ cast(char)('a'+n) ].idup;
33 throw new TestError(msg);
37 throw new TestException(msg);
68 printf("%.*s%.*s\n", prefix.length, prefix.ptr, ex.msg.length, ex.msg.ptr);
75 printf("%.*s%.*s\n", prefix.length, prefix.ptr, ex.msg
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dchain.d8 this(string msg)
10 super(typeof(this).stringof~": "~msg);
16 this(string msg)
18 super(typeof(this).stringof~": "~msg);
30 string msg = [ cast(char)('a'+n) ].idup;
33 throw new TestError(msg);
37 throw new TestException(msg);
68 printf("%.*s%.*s\n", cast(int)prefix.length, prefix.ptr, cast(int)ex.msg.length, ex.msg.ptr);
75 printf("%.*s%.*s\n", cast(int)prefix.length, prefix.ptr, cast(int)ex.msg
[all...]
/netbsd-current/usr.bin/talk/
H A Dget_names.c48 extern CTL_MSG msg;
113 msg.vers = TALK_VERSION;
114 msg.addr.sa_family = htons(AF_INET);
115 msg.ctl_addr.sa_family = htons(AF_INET);
116 msg.id_num = htonl(0);
117 strncpy(msg.l_name, my_name, NAME_SIZE);
118 msg.l_name[NAME_SIZE - 1] = '\0';
119 strncpy(msg.r_name, his_name, NAME_SIZE);
120 msg.r_name[NAME_SIZE - 1] = '\0';
121 strncpy(msg
[all...]
H A Dtalk_ctl.h41 extern CTL_MSG msg;
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dmq.c14 mq_msg_t msg; local
21 mq_put(&mq, &msg);
23 assert_ptr_eq(mq_tryget(&mq), &msg, "mq_tryget() should return msg"); local
25 mq_put(&mq, &msg);
26 assert_ptr_eq(mq_get(&mq), &msg, "mq_get() should return msg"); local
38 mq_msg_t *msg = mq_get(mq); local
39 assert_ptr_not_null(msg, "mq_get() should never return NULL");
40 dallocx(msg,
51 mq_msg_t *msg; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/radius/
H A Dradius.h235 struct radius_hdr * radius_msg_get_hdr(struct radius_msg *msg);
236 struct wpabuf * radius_msg_get_buf(struct radius_msg *msg);
238 void radius_msg_free(struct radius_msg *msg);
239 void radius_msg_dump(struct radius_msg *msg);
240 int radius_msg_finish(struct radius_msg *msg, const u8 *secret,
242 int radius_msg_finish_srv(struct radius_msg *msg, const u8 *secret,
244 int radius_msg_finish_das_resp(struct radius_msg *msg, const u8 *secret,
247 void radius_msg_finish_acct(struct radius_msg *msg, const u8 *secret,
249 void radius_msg_finish_acct_resp(struct radius_msg *msg, const u8 *secret,
252 int radius_msg_verify_acct_req(struct radius_msg *msg, cons
299 radius_msg_add_attr_int32(struct radius_msg *msg, u8 type, u32 value) argument
306 radius_msg_get_attr_int32(struct radius_msg *msg, u8 type, u32 *value) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dmacros.h183 # define OSSL_DEPRECATEDIN_3_0_FOR(msg) OSSL_DEPRECATED_FOR(3.0, msg)
189 # define OSSL_DEPRECATEDIN_3_0_FOR(msg)
194 # define OSSL_DEPRECATEDIN_1_1_1_FOR(msg) OSSL_DEPRECATED_FOR(1.1.1, msg)
200 # define OSSL_DEPRECATEDIN_1_1_1_FOR(msg)
205 # define OSSL_DEPRECATEDIN_1_1_0_FOR(msg) OSSL_DEPRECATED_FOR(1.1.0, msg)
211 # define OSSL_DEPRECATEDIN_1_1_0_FOR(msg)
216 # define OSSL_DEPRECATEDIN_1_0_2_FOR(msg) OSSL_DEPRECATED_FO
[all...]
/netbsd-current/external/bsd/unbound/dist/services/cache/
H A Ddns.c2 * services/cache/dns.c - Cache services for DNS using msg and rrset caches.
159 verbose(VERB_ALGO, "TTL 0: dropped msg from cache");
161 /* if the message is in the cache, remove that msg,
177 /* store msg in the cache */
291 struct dns_msg* msg, time_t now)
293 if((msg->rep->rrsets[msg->rep->rrset_count] =
295 msg->rep->ar_numrrsets++;
296 msg->rep->rrset_count++;
329 struct dns_msg** msg)
290 addr_to_additional(struct ub_packed_rrset_key* rrset, struct regional* region, struct dns_msg* msg, time_t now) argument
327 find_add_addrs(struct module_env* env, uint16_t qclass, struct regional* region, struct delegpt* dp, time_t now, struct dns_msg** msg) argument
440 find_add_ds(struct module_env* env, struct regional* region, struct dns_msg* msg, struct delegpt* dp, time_t now) argument
476 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, local
506 dns_msg_authadd(struct dns_msg* msg, struct regional* region, struct ub_packed_rrset_key* rrset, time_t now) argument
517 dns_msg_ansadd(struct dns_msg* msg, struct regional* region, struct ub_packed_rrset_key* rrset, time_t now) argument
528 dns_cache_find_delegation(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, struct regional* region, struct dns_msg** msg, time_t now, int noexpiredabove, uint8_t* expiretop, size_t expiretoplen) argument
581 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, local
611 struct dns_msg* msg; local
720 struct dns_msg* msg; local
751 struct dns_msg* msg; local
847 struct dns_msg* msg = NULL; local
929 struct dns_msg* msg = tomsg(env, &key->key, data, region, now, 0, local
947 struct dns_msg* msg = synth_dname_msg(rrset, region, now, &k, local
990 struct dns_msg* msg = rrset_msg(rrset, region, now, &k); local
1017 struct dns_msg* msg = rrset_msg(rrset, region, now, &k); local
1046 struct dns_msg* msg; local
1135 struct msgreply_entry* msg; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
H A Dinline-cmds.exp75 set msg "next over inlined functions"
76 gdb_test_multiple "list" $msg {
82 pass $msg
95 set msg "next past inlined func1"
96 gdb_test_multiple "list" $msg {
154 pass $msg
180 set msg "step into func1"
182 gdb_test_multiple "list" $msg {
194 pass $msg
196 fail $msg
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Diop.c90 default_listener(IOP *iop, struct iop_msg *msg) argument
92 printf("unsolicited message on channel %d.\n", msg->channel);
295 load_msg_to_iop(IOPHW *ioph, struct iop_msg *msg) argument
299 msg->status = IOP_MSGSTAT_SENDING;
300 offset = IOP_ADDR_SEND_MSG + msg->channel * IOP_MSGLEN;
301 _iop_upload(ioph, msg->msg, IOP_MSGLEN, offset);
302 iop_write1(ioph, IOP_ADDR_SEND_STATE + msg->channel, IOP_MSG_NEW);
312 struct iop_msg *msg; local
316 msg
335 struct iop_msg *msg; local
371 struct iop_msg *msg; local
412 struct iop_msg *msg; local
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dsanity.hpp114 /// \param msg The error message to print if the condition is false.
115 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg)
137 /// \param msg The error message to print if the condition is false.
138 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg)
160 /// \param msg The error message to print if the condition is false.
161 #define POST_MSG(expr, msg) _UTILS_ASSERT(utils::postcondition, expr, msg)
186 /// \param msg Th
[all...]
/netbsd-current/lib/libc/net/
H A Dsend.c52 send(int s, const void *msg, size_t len, int flags)
55 return (sendto(s, msg, len, flags, NULL, 0));
/netbsd-current/usr.bin/msgc/
H A Dmsgparse.y61 | list msg
65 msg : MESSAGE NAME VALUE label
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_exceptions_test.cc8 void PrintString(const std::string& msg) const {
9 fprintf(stderr, "%s\n", msg.c_str());
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_error.c22 const char *msg; member in struct:__anon93
37 return msgs[x].msg;
/netbsd-current/usr.sbin/sysinst/arch/amd64/
H A DMakefile7 MSG_MD= ../i386/msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
/netbsd-current/external/bsd/blocklist/lib/
H A Dblocklist.c49 const char *msg)
55 rv = blocklist_sa_r(bl, action, rfd, sa, salen, msg);
62 const struct sockaddr *sa, socklen_t slen, const char *msg)
84 return bl_send(bl, internal_action, rfd, sa, slen, msg);
88 blocklist(int action, int rfd, const char *msg) argument
90 return blocklist_sa(action, rfd, NULL, 0, msg);
94 blocklist_r(struct blocklist *bl, int action, int rfd, const char *msg) argument
96 return blocklist_sa_r(bl, action, rfd, NULL, 0, msg);
48 blocklist_sa(int action, int rfd, const struct sockaddr *sa, socklen_t salen, const char *msg) argument
61 blocklist_sa_r(struct blocklist *bl, int action, int rfd, const struct sockaddr *sa, socklen_t slen, const char *msg) argument
/netbsd-current/libexec/ftpd/
H A Dpfilter.c19 pfilter_notify(int what, const char *msg) argument
26 blocklist_r(blstate, what, STDIN_FILENO, msg);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Dsmu9_smumgr.h29 int smu9_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg);
31 uint16_t msg, uint32_t parameter);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dvalgrind-disp-step.exp57 set msg "step over breakpoint"
59 gdb_test_multiple "next" $msg {
61 gdb_assert $should_warn $msg
64 gdb_assert !$should_warn $msg
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dexcep_handle.exp52 set msg "insert catchpoint on all Ada exceptions handlers"
53 gdb_test_multiple "catch handlers" $msg {
55 pass $msg
61 unsupported $msg
H A Dmi_catch_assert.exp42 set msg "insert catchpoint on all Ada exceptions"
43 gdb_test_multiple "catch exception" $msg {
45 pass $msg
51 unsupported $msg

Completed in 346 milliseconds

1234567891011>>