Home
last modified time | relevance | path

Searched refs:postcondition (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dsftp-perm.sh28 postcondition() { function
46 postcondition "$_desc no-readonly" "$_expect_success_post"
51 postcondition "$_desc readonly" "$_expect_fail_post"
66 postcondition "$_op no white/blacklists" "$_expect_success_post"
71 postcondition "$_op whitelisted" "$_expect_success_post"
76 postcondition "$_op blacklisted" "$_expect_fail_post"
81 postcondition "$_op not in whitelist" "$_expect_fail_post"
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp141 #define POST(expr) _UTILS_ASSERT(utils::postcondition, expr, #expr)
151 #define POST_MSG(expr, msg) _UTILS_ASSERT(utils::postcondition, expr, msg)
H A Dsanity_fwd.hpp44 postcondition, enumerator
H A Dsanity.cpp141 case utils::postcondition: return "Postcondition check failed"; in format_type()
/freebsd/contrib/ntp/
H A DNEWS763 - removed error log caused by rounding/slew, ensured postcondition <perlinger@ntp.org>
4529 - removed error log caused by rounding/slew, ensured postcondition <perlinger@ntp.org>
H A DChangeLog491 - removed error log caused by rounding/slew, ensured postcondition <perlinger@ntp.org>