Searched refs:failmsg (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/atf/atf-c/detail/ |
| HD | test_helpers.c | 81 char failmsg[128]; in header_check() local 88 snprintf(failmsg, sizeof(failmsg), in header_check() 92 atf_tc_fail("%s", failmsg); in header_check()
|
| HD | test_helpers.h | 57 #define BUILD_TC(name, sfile, descr, failmsg) \ argument 66 atf_tc_fail("%s", failmsg); \
|
| /trueos/usr.sbin/lpr/common_source/ |
| HD | common.c | 334 const char *failmsg, *okmsg; in set_qstate() local 358 failmsg = NULL; in set_qstate() 364 failmsg = "set queue-changed"; in set_qstate() 370 failmsg = "disable queuing"; in set_qstate() 376 failmsg = "disable printing"; in set_qstate() 379 failmsg = "disable queuing and printing"; in set_qstate() 386 failmsg = "enable queuing"; in set_qstate() 392 failmsg = "enable printing"; in set_qstate() 450 printf("\tcannot %s: %s\n", failmsg, strerror(errsav)); in set_qstate()
|
| /trueos/contrib/atf/atf-c++/detail/ |
| D | test_helpers.cpp | 80 const std::string failmsg = std::string("Header check failed; ") + in header_check() local 83 ATF_FAIL(failmsg); in header_check()
|
| D | test_helpers.hpp | 53 #define BUILD_TC(name, sfile, descr, failmsg) \ argument 62 ATF_FAIL(failmsg); \
|
| /trueos/crypto/openssh/ |
| HD | mux.c | 572 char *failmsg = NULL; in mux_confirm_remote_forward() local 584 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward() 610 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 614 error("%s: %s", __func__, failmsg); in mux_confirm_remote_forward() 617 buffer_put_cstring(&out, failmsg); in mux_confirm_remote_forward() 618 free(failmsg); in mux_confirm_remote_forward()
|