Searched refs:_fail (Results 1 – 7 of 7) sorted by relevance
/freebsd/libexec/rc/rc.d/ |
H A D | netif | 158 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 D | minicheck.h | 87 # 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 D | common.c | 189 _fail(file, line, buffer); in _xml_failure() 218 /* Hackish use of _fail() macro, but lets us report in _expect_failure() 220 _fail(file, lineno, errorMessage); in _expect_failure()
|
H A D | minicheck.c | 247 _fail(const char *file, int line, const char *msg) { in _fail() function
|
H A D | handlers.c | 1723 _fail(file, line, "too few handler calls"); in _handler_record_get()
|
/freebsd/contrib/ldns/ldns/ |
H A D | resolver.h | 113 bool _fail; member
|
/freebsd/contrib/ldns/ |
H A D | resolver.c | 86 return r->_fail; in ldns_resolver_fail() 448 r->_fail =f; in ldns_resolver_set_fail()
|