Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dnetif158 local _cooked_list _tmp_list _fail _func _ok _str _cmdifn
202 _fail=
210 _fail="${_fail} ${ifn}"
221 _fail="${_fail} ${ifn}"
264 debug "The following interfaces were not configured: $_fail"
/freebsd/contrib/expat/tests/
H A Dminicheck.h87 # define fail(msg) _fail(__FILE__, __LINE__, msg)
91 _fail(__FILE__, __LINE__, "check failed: " #cond); \
136 _fail(const char *file, int line, const char *msg);
H A Dcommon.c188 _fail(file, line, buffer); in _xml_failure()
219 _fail(file, lineno, errorMessage); in _expect_failure()
H A Dminicheck.c247 _fail(const char *file, int line, const char *msg) { in _fail() function
H A Dhandlers.c1721 _fail(file, line, "too few handler calls"); in _handler_record_get()
/freebsd/contrib/ldns/ldns/
H A Dresolver.h113 bool _fail; member
/freebsd/contrib/ldns/
H A Dresolver.c86 return r->_fail; in ldns_resolver_fail()
448 r->_fail =f; in ldns_resolver_set_fail()