Searched refs:failmsg (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.h58 #define BUILD_TC(name, sfile, descr, failmsg) \
66 build_check_c_o(tc, sfile, failmsg, true); \
69 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \
77 build_check_c_o(tc, sfile, failmsg, false); \
H A Dtest_helpers.c49 build_check_c_o_aux(const char *path, const char *failmsg, argument
68 atf_tc_fail("%s", failmsg);
72 build_check_c_o(const atf_tc_t *tc, const char *sfile, const char *failmsg, argument
79 build_check_c_o_aux(atf_fs_path_cstring(&path), failmsg, expect_pass); local
87 char failmsg[128]; local
94 snprintf(failmsg, sizeof(failmsg),
97 build_check_c_o_aux("test.c", failmsg, true);
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp48 build_check_cxx_o_aux(const atf::fs::path& sfile, const char* failmsg, argument
59 ATF_FAIL(failmsg);
64 const char* failmsg, const bool expect_pass)
68 build_check_cxx_o_aux(sfilepath, failmsg, expect_pass);
79 const std::string failmsg = std::string("Header check failed; ") + local
81 build_check_cxx_o_aux(atf::fs::path("test.c"), failmsg.c_str(), true);
63 build_check_cxx_o(const atf::tests::tc& tc, const char* sfile, const char* failmsg, const bool expect_pass) argument
H A Dtest_helpers.hpp59 #define BUILD_TC(name, sfile, descr, failmsg) \
67 build_check_cxx_o(*this, sfile, failmsg, true); \
70 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \
78 build_check_cxx_o(*this, sfile, failmsg, false); \
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dcommon.c334 const char *failmsg, *okmsg; local
358 failmsg = NULL;
364 failmsg = "set queue-changed";
370 failmsg = "disable queuing";
376 failmsg = "disable printing";
379 failmsg = "disable queuing and printing";
386 failmsg = "enable queuing";
392 failmsg = "enable printing";
450 printf("\tcannot %s: %s\n", failmsg, strerror(errsav));
/freebsd-10.0-release/crypto/openssh/
H A Dmux.c572 char *failmsg = NULL; local
584 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid);
610 xasprintf(&failmsg, "remote port forwarding failed for "
614 error("%s: %s", __func__, failmsg);
617 buffer_put_cstring(&out, failmsg);
618 free(failmsg);

Completed in 70 milliseconds