/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity.h | 59 #define TEST_FAIL_MESSAGE(message) … argument 61 #define TEST_IGNORE_MESSAGE(message) … argument 174 #define TEST_ASSERT_MESSAGE(condition, message) … argument 175 #define TEST_ASSERT_TRUE_MESSAGE(condition, message) … argument 176 #define TEST_ASSERT_UNLESS_MESSAGE(condition, message) … argument 177 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) … argument 178 #define TEST_ASSERT_NULL_MESSAGE(pointer, message) … argument 179 #define TEST_ASSERT_NOT_NULL_MESSAGE(pointer, message) … argument 182 #define TEST_ASSERT_EQUAL_INT_MESSAGE(expected, actual, message) … argument 183 #define TEST_ASSERT_EQUAL_INT8_MESSAGE(expected, actual, message) … argument [all …]
|
/netbsd-src/usr.sbin/sdpd/ |
H A D | log.c | 53 log_emerg(char const *message, ...) in log_emerg() 63 log_alert(char const *message, ...) in log_alert() 73 log_crit(char const *message, ...) in log_crit() 83 log_err(char const *message, ...) in log_err() 93 log_warning(char const *message, ...) in log_warning() 103 log_notice(char const *message, ...) in log_notice() 113 log_info(char const *message, ...) in log_info() 123 log_debug(char const *message, ...) in log_debug()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | gettext-po.c | 495 po_message_insert (po_message_iterator_t iterator, po_message_t message) in po_message_insert() 525 po_message_msgctxt (po_message_t message) in po_message_msgctxt() 536 po_message_set_msgctxt (po_message_t message, const char *msgctxt) in po_message_set_msgctxt() 554 po_message_msgid (po_message_t message) in po_message_msgid() 565 po_message_set_msgid (po_message_t message, const char *msgid) in po_message_set_msgid() 584 po_message_msgid_plural (po_message_t message) in po_message_msgid_plural() 596 po_message_set_msgid_plural (po_message_t message, const char *msgid_plural) in po_message_set_msgid_plural() 615 po_message_msgstr (po_message_t message) in po_message_msgstr() 627 po_message_set_msgstr (po_message_t message, const char *msgstr) in po_message_set_msgstr() 647 po_message_msgstr_plural (po_message_t message, int index) in po_message_msgstr_plural() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_message.c | 170 QMGR_MESSAGE *message; in qmgr_message_create() local 224 static void qmgr_message_close(QMGR_MESSAGE *message) in qmgr_message_close() 232 static int qmgr_message_open(QMGR_MESSAGE *message) in qmgr_message_open() 258 static void qmgr_message_oldstyle_scan(QMGR_MESSAGE *message) in qmgr_message_oldstyle_scan() 334 static int qmgr_message_read(QMGR_MESSAGE *message) in qmgr_message_read() 926 void qmgr_message_update_warn(QMGR_MESSAGE *message) in qmgr_message_update_warn() 944 void qmgr_message_kill_record(QMGR_MESSAGE *message, long offset) in qmgr_message_kill_record() 1016 static void qmgr_message_sort(QMGR_MESSAGE *message) in qmgr_message_sort() 1033 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one() 1061 static void qmgr_message_resolve(QMGR_MESSAGE *message) in qmgr_message_resolve() [all …]
|
H A D | qmgr_active.c | 182 QMGR_MESSAGE *message; in qmgr_active_feed() local 271 void qmgr_active_done(QMGR_MESSAGE *message) in qmgr_active_done() 344 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_2_bounce_flush() local 355 static void qmgr_active_done_2_generic(QMGR_MESSAGE *message) in qmgr_active_done_2_generic() 427 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_25_trace_flush() local 440 static void qmgr_active_done_25_generic(QMGR_MESSAGE *message) in qmgr_active_done_25_generic() 517 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_3_defer_warn() local 531 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_3_defer_flush() local 542 static void qmgr_active_done_3_generic(QMGR_MESSAGE *message) in qmgr_active_done_3_generic()
|
H A D | qmgr_job.c | 102 static QMGR_JOB *qmgr_job_create(QMGR_MESSAGE *message, QMGR_TRANSPORT *transport) in qmgr_job_create() 134 QMGR_MESSAGE *message = job->message; in qmgr_job_link() local 234 static QMGR_JOB *qmgr_job_find(QMGR_MESSAGE *message, QMGR_TRANSPORT *transport) in qmgr_job_find() 248 QMGR_JOB *qmgr_job_obtain(QMGR_MESSAGE *message, QMGR_TRANSPORT *transport) in qmgr_job_obtain() 283 QMGR_MESSAGE *message = job->message; in qmgr_job_move_limits() local 417 QMGR_MESSAGE *message = job->message; in qmgr_job_free() local 773 QMGR_MESSAGE *message = job->message; in qmgr_job_peer_select() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_active.c | 182 QMGR_MESSAGE *message; in qmgr_active_feed() local 271 void qmgr_active_done(QMGR_MESSAGE *message) in qmgr_active_done() 344 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_2_bounce_flush() local 355 static void qmgr_active_done_2_generic(QMGR_MESSAGE *message) in qmgr_active_done_2_generic() 427 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_25_trace_flush() local 440 static void qmgr_active_done_25_generic(QMGR_MESSAGE *message) in qmgr_active_done_25_generic() 517 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_3_defer_warn() local 531 QMGR_MESSAGE *message = (QMGR_MESSAGE *) context; in qmgr_active_done_3_defer_flush() local 542 static void qmgr_active_done_3_generic(QMGR_MESSAGE *message) in qmgr_active_done_3_generic()
|
H A D | qmgr_message.c | 161 QMGR_MESSAGE *message; in qmgr_message_create() local 209 static void qmgr_message_close(QMGR_MESSAGE *message) in qmgr_message_close() 217 static int qmgr_message_open(QMGR_MESSAGE *message) in qmgr_message_open() 243 static void qmgr_message_oldstyle_scan(QMGR_MESSAGE *message) in qmgr_message_oldstyle_scan() 312 static int qmgr_message_read(QMGR_MESSAGE *message) in qmgr_message_read() 869 void qmgr_message_update_warn(QMGR_MESSAGE *message) in qmgr_message_update_warn() 887 void qmgr_message_kill_record(QMGR_MESSAGE *message, long offset) in qmgr_message_kill_record() 959 static void qmgr_message_sort(QMGR_MESSAGE *message) in qmgr_message_sort() 976 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one() 1004 static void qmgr_message_resolve(QMGR_MESSAGE *message) in qmgr_message_resolve() [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/ |
H A D | macros.hpp | 43 #define LD(message) utils::logging::log(utils::logging::level_debug, \ argument 50 #define LE(message) utils::logging::log(utils::logging::level_error, \ argument 57 #define LI(message) utils::logging::log(utils::logging::level_info, \ argument 64 #define LW(message) utils::logging::log(utils::logging::level_warning, \ argument
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | warn-on-use.h | 86 # define _GL_WARN_ON_USE(function, message) \ argument 88 # define _GL_WARN_ON_USE_ATTRIBUTE(message) \ argument 92 # define _GL_WARN_ON_USE(function, message) \ argument 95 # define _GL_WARN_ON_USE_ATTRIBUTE(message) \ argument 99 # define _GL_WARN_ON_USE(function, message) \ argument 101 # define _GL_WARN_ON_USE_ATTRIBUTE(message) argument 103 # define _GL_WARN_ON_USE(function, message) \ argument 105 # define _GL_WARN_ON_USE_ATTRIBUTE(message) argument
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
H A D | ui.cpp | 70 cmdline::ui::err(const std::string& message, const bool newline) in err() 91 cmdline::ui::out(const std::string& message, const bool newline) in out() 161 cmdline::ui::out_wrap(const std::string& message) in out_wrap() 186 cmdline::ui::out_tag_wrap(const std::string& tag, const std::string& message, in out_tag_wrap() 237 cmdline::print_error(ui* ui_, const std::string& message) in print_error() 251 cmdline::print_info(ui* ui_, const std::string& message) in print_info() 265 cmdline::print_warning(ui* ui_, const std::string& message) in print_warning()
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/ |
H A D | exceptions.cpp | 40 config::error::error(const std::string& message) : in error() 55 config::invalid_key_error::invalid_key_error(const std::string& message) : in invalid_key_error() 70 config::syntax_error::syntax_error(const std::string& message) : in syntax_error() 104 config::value_error::value_error(const std::string& message) : in value_error()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | error.c | 357 os_error (const char *message) in os_error() 383 os_error_at (const char *where, const char *message, ...) in os_error_at() 426 runtime_error (const char *message, ...) in runtime_error() 455 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() 484 runtime_warning_at (const char *where, const char *message, ...) in runtime_warning_at() 514 internal_error (st_parameter_common *cmp, const char *message) in internal_error() 649 generate_error_common (st_parameter_common *cmp, int family, const char *message) in generate_error_common() 747 generate_error (st_parameter_common *cmp, int family, const char *message) in generate_error() 760 generate_warning (st_parameter_common *cmp, const char *message) in generate_warning() 801 notify_std (st_parameter_common *cmp, int std, const char * message) in notify_std()
|
H A D | minimal.c | 210 os_error (const char *message) in os_error() 226 os_error_at (const char *where, const char *message, ...) in os_error_at() 246 runtime_error (const char *message, ...) in runtime_error() 264 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() 281 runtime_warning_at (const char *where, const char *message, ...) in runtime_warning_at() 299 internal_error (st_parameter_common *cmp, const char *message) in internal_error()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | error.c | 388 os_error (const char *message) in os_error() 414 os_error_at (const char *where, const char *message, ...) in os_error_at() 457 runtime_error (const char *message, ...) in runtime_error() 486 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() 515 runtime_warning_at (const char *where, const char *message, ...) in runtime_warning_at() 545 internal_error (st_parameter_common *cmp, const char *message) in internal_error() 680 generate_error_common (st_parameter_common *cmp, int family, const char *message) in generate_error_common() 778 generate_error (st_parameter_common *cmp, int family, const char *message) in generate_error() 791 generate_warning (st_parameter_common *cmp, const char *message) in generate_warning() 832 notify_std (st_parameter_common *cmp, int std, const char * message) in notify_std()
|
H A D | minimal.c | 210 os_error (const char *message) in os_error() 226 os_error_at (const char *where, const char *message, ...) in os_error_at() 246 runtime_error (const char *message, ...) in runtime_error() 264 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() 281 runtime_warning_at (const char *where, const char *message, ...) in runtime_warning_at() 299 internal_error (st_parameter_common *cmp, const char *message) in internal_error()
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/ |
H A D | exceptions.cpp | 37 text::error::error(const std::string& message) : in error() 52 text::syntax_error::syntax_error(const std::string& message) : in syntax_error() 67 text::value_error::value_error(const std::string& message) : in value_error()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Misc/ |
H A D | zkill | 7 def _write_message(kind, message): argument 19 note = lambda message: _write_message('note', message) argument 20 warning = lambda message: _write_message('warning', message) argument 21 error = lambda message: (_write_message('error', message), sys.exit(1)) argument
|
/netbsd-src/external/mpl/bind/dist/fuzz/ |
H A D | dns_message_parse.c | 52 dns_message_create(mctx, NULL, NULL, DNS_MESSAGE_INTENTPARSE, &message); in parse_message() local 71 print_message(dns_message_t * message) print_message() argument 106 dns_message_t *message = *messagep; render_message() local 155 dns_message_t *message = NULL; LLVMFuzzerTestOneInput() local [all...] |
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | exceptions.cpp | 38 engine::error::error(const std::string& message) : in error() 53 engine::format_error::format_error(const std::string& message) : in format_error() 87 engine::not_found_error::not_found_error(const std::string& message) : in not_found_error()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | LitConfig.py | 163 def _write_message(self, kind, message): argument 173 def note(self, message): argument 177 def warning(self, message): argument 182 def error(self, message): argument 186 def fatal(self, message): argument
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | message.S | 34 .global message, message_1 symbol 43 message: label
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | exceptions.cpp | 41 lutok::error::error(const std::string& message) : in error() 58 const std::string& message) : in api_error() 86 const std::string message = lua_tostring(raw_state, -1); in from_stack() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/ |
H A D | future_message.d | 20 override const(char)[] message() const in message() function 33 const(char)[] message() const in message() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | system_error.cpp | 131 __do_message::message(int ev) const in message() function in __do_message 155 __generic_error_category::message(int ev) const in message() function in __generic_error_category 187 __system_error_category::message(int ev) const in message() function in __system_error_category 216 error_condition::message() const in message() function in error_condition 224 error_code::message() const in message() function in error_code
|