Home
last modified time | relevance | path

Searched refs:failmsg (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/atf/atf-c/detail/
H A Dtest_helpers.c81 char failmsg[128]; in header_check() local
88 snprintf(failmsg, sizeof(failmsg), in header_check()
92 atf_tc_fail("%s", failmsg); in header_check()
H A Dtest_helpers.h57 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
66 atf_tc_fail("%s", failmsg); \
/freebsd-12.1/usr.sbin/lpr/common_source/
H A Dcommon.c338 const char *failmsg, *okmsg; in set_qstate() local
362 failmsg = NULL; in set_qstate()
368 failmsg = "set queue-changed"; in set_qstate()
374 failmsg = "disable queuing"; in set_qstate()
380 failmsg = "disable printing"; in set_qstate()
383 failmsg = "disable queuing and printing"; in set_qstate()
390 failmsg = "enable queuing"; in set_qstate()
396 failmsg = "enable printing"; in set_qstate()
454 printf("\tcannot %s: %s\n", failmsg, strerror(errsav)); in set_qstate()
/freebsd-12.1/crypto/openssh/regress/
H A Dallow-deny-users.sh20 failmsg="$4"
33 fail "$failmsg"
/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp80 const std::string failmsg = std::string("Header check failed; ") + in header_check() local
83 ATF_FAIL(failmsg); in header_check()
H A Dtest_helpers.hpp53 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
62 ATF_FAIL(failmsg); \
/freebsd-12.1/crypto/openssh/
H A Dmux.c621 char *failmsg = NULL; in mux_confirm_remote_forward() local
637 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward()
667 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward()
670 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward()
685 error("%s: %s", __func__, failmsg); in mux_confirm_remote_forward()
686 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward()
687 free(failmsg); in mux_confirm_remote_forward()