Searched refs:msg (Results 176 - 200 of 4874) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dmi_ex_cond.exp42 set msg "insert catchpoint on all Ada exceptions"
43 gdb_test_multiple "catch exception" $msg {
45 pass $msg
51 unsupported $msg
H A Dcatch_ex.exp48 set msg "insert catchpoint on all Ada exceptions"
49 gdb_test_multiple "catch exception" $msg {
51 pass $msg
57 unsupported $msg
H A Dcatch_assert_if.exp40 set msg "insert catchpoint on all Ada exceptions"
41 gdb_test_multiple "catch exception" $msg {
43 pass $msg
49 unsupported $msg
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dcmp_testlib.c17 OSSL_CMP_MSG *msg; local
19 (void)TEST_ptr((msg = OSSL_CMP_MSG_read(file, libctx, NULL)));
20 return msg;
24 * Checks whether the syntax of msg conforms to ASN.1
26 int valid_asn1_encoding(const OSSL_CMP_MSG *msg) argument
28 return msg != NULL ? i2d_OSSL_CMP_MSG(msg, NULL) > 0 : 0;
78 OSSL_CMP_severity level, const char *msg)
80 return OSSL_CMP_print_to_bio(bio_out, func, file, line, level, msg);
77 print_to_bio_out(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) argument
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_nullconv.c59 const struct pam_message **msg,
68 (void)msg;
58 openpam_nullconv(int n, const struct pam_message **msg, struct pam_response **resp, void *data) argument
/netbsd-current/tools/make/
H A Dbuildmake.sh.in12 local msg=$1
19 echo " ${msg} ${tgt##*/}" ;;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dwarn-on-use.h117 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \
118 _GL_WARN_ON_USE (function, msg)
122 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \
124 __attribute__ ((__warning__ (msg)))
127 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \
129 __attribute__ ((__diagnose_if__ (1, msg, "warning")))
132 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \
135 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dcatch_assert_if.exp39 set msg "insert catchpoint on all Ada exceptions"
40 gdb_test_multiple "catch exception" $msg {
42 pass $msg
48 unsupported $msg
H A Dcatch_ex.exp47 set msg "insert catchpoint on all Ada exceptions"
48 gdb_test_multiple "catch exception" $msg {
50 pass $msg
56 unsupported $msg
H A Dexcep_handle.exp51 set msg "insert catchpoint on all Ada exceptions handlers"
52 gdb_test_multiple "catch handlers" $msg {
54 pass $msg
60 unsupported $msg
H A Dmi_ex_cond.exp41 set msg "insert catchpoint on all Ada exceptions"
42 gdb_test_multiple "catch exception" $msg {
44 pass $msg
50 unsupported $msg
H A Dmi_catch_assert.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.base/
H A Dstep-over-exit.exp59 set msg "find syscall insn in exit"
62 gdb_test_multiple "stepi" $msg {
64 pass $msg
69 fail $msg
H A Dvalgrind-disp-step.exp60 set msg "step over breakpoint"
62 gdb_test_multiple "next" $msg {
64 gdb_assert $should_warn $msg
67 gdb_assert !$should_warn $msg
/netbsd-current/external/bsd/unbound/dist/iterator/
H A Diter_resptype.h101 * @param msg: the message from the cache.
105 enum response_type response_type_from_cache(struct dns_msg* msg,
118 * @param msg: the message from the cache.
126 struct dns_msg* msg, struct query_info* request, struct delegpt* dp,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/
H A Dtests_async_plugin.py21 msg = dns.message.make_query(
25 ans = dns.query.udp(msg, "10.53.0.1", timeout=10, port=named_port)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dispatch/
H A Dtests_connreset.py23 msg = dns.message.make_query(
26 ans = dns.query.udp(msg, "10.53.0.2", timeout=10, port=named_port)
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211_scan.c32 static int get_noise_for_scan_results(struct nl_msg *msg, void *arg) argument
35 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
81 struct nl_msg *msg; local
84 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY);
85 return send_and_recv_msgs(drv, msg, get_noise_for_scan_results, info);
92 struct nl_msg *msg; local
96 msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_ABORT_SCAN);
97 ret = send_and_recv_msgs(drv, msg, NULL, NULL);
110 struct nl_msg *msg; local
117 msg
185 struct nl_msg *msg; local
323 struct nl_msg *msg = NULL; local
420 nl80211_sched_scan_add_scan_plans(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, struct wpa_driver_scan_params *params) argument
499 struct nl_msg *msg; local
648 struct nl_msg *msg; local
695 nl80211_parse_bss_info(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg) argument
833 bss_info_handler(struct nl_msg *msg, void *arg) argument
927 struct nl_msg *msg; local
988 nl80211_dump_scan_handler(struct nl_msg *msg, void *arg) argument
1007 struct nl_msg *msg; local
1039 scan_cookie_handler(struct nl_msg *msg, void *arg) argument
1074 struct nl_msg *msg = NULL; local
1247 struct nl_msg *msg = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
H A Dcomplaints.exp30 proc test_complaint {test inferior_io_re msg} {
37 gdb_test_multiple $test $msg {
53 gdb_assert {$inferior_matched && $gdb_matched} $msg
86 proc test_empty_complaint { cmd msg } {
91 gdb_test_no_output $cmd $msg
94 gdb_test_multiple $cmd $msg {
100 gdb_assert !$seen_output $msg
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dmessage.h169 #define DNS_MESSAGE_VALID(msg) ISC_MAGIC_VALID(msg, DNS_MESSAGE_MAGIC)
359 * Create msg structure.
367 *\li 'msgp' be non-null and '*msg' be NULL.
373 *\li The data in "*msg" is set to indicate an unused and empty msg
382 dns_message_reset(dns_message_t *msg, unsigned int intent);
396 *\li 'msg' be valid.
422 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
427 dns_message_pseudosectiontotext(dns_message_t *msg, dns_pseudosection_
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drecvmsg.c41 recvmsg(int s, struct msghdr *msg, int flags) argument
47 struct iovec *iov = msg->msg_iov;
49 for(i = 0; i < msg->msg_iovlen; ++i)
56 nb = ret = recvfrom (s, buf, tot, flags, msg->msg_name, &msg->msg_namelen);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddiagnostic.c63 char *msg = NULL; local
64 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
65 fprintf(stderr, "Error reading file: %s\n", msg);
66 LLVMDisposeMessage(msg);
76 fprintf(stderr, "Error parsing bitcode: %s\n", msg);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Derror.c41 gomp_vdebug (int kind __attribute__ ((unused)), const char *msg, va_list list) argument
44 vfprintf (stderr, msg, list);
49 gomp_debug (int kind, const char *msg, ...) argument
53 va_start (list, msg);
54 gomp_vdebug (kind, msg, list);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
H A Dtdesc-arch.exp27 set msg "read valid architectures"
28 gdb_test_multiple "set architecture" $msg {
32 pass $msg
42 set msg "read default architecture"
43 gdb_test_multiple "show architecture" $msg {
46 pass $msg
79 set msg "set tdesc filename tdesc-arch.xml ($which architecture)"
81 gdb_test_multiple $cmd $msg {
83 pass $msg
86 kfail gdb/2225 $msg
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
H A Dtdesc-arch.exp27 set msg "read valid architectures"
28 gdb_test_multiple "set architecture" $msg {
32 pass $msg
42 set msg "read default architecture"
43 gdb_test_multiple "show architecture" $msg {
46 pass $msg
79 set msg "set tdesc filename tdesc-arch.xml ($which architecture)"
81 gdb_test_multiple $cmd $msg {
83 pass $msg
86 kfail gdb/2225 $msg
[all...]

Completed in 329 milliseconds

1234567891011>>