Searched refs:ERR_LAST (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/
H A Dutil_errors.h47 /* never use ERR_LAST, this represents the maximum error value available
144 ERR_LAST /* ALWAYS LAST */ enumerator in enum:sssd_errors
150 ((SSSD_ERR_BASE(err) == ERR_BASE) && ((err) <= ERR_LAST))
/sssd-io/src/tests/
H A Dutil-tests.c1104 ck_assert_str_eq(sss_strerror(ERR_LAST), "ERR_LAST");
1115 for (idx = ERR_BASE; idx < ERR_LAST; ++idx) {

Completed in 9 milliseconds