Searched refs:SE_IS_ERROR (Results 1 – 2 of 2) sorted by relevance
299 #define SE_IS_ERROR(st) ((st) < 0 || (st) >= 126) macro
210 if (SE_IS_ERROR(status) || SE_PROCSTATUS(status) != 0) { in external_passwd_quality()