Searched refs:auth_errlist (Results 1 – 1 of 1) sorted by relevance
304 static const char *const auth_errlist[] = { variable320 if (errnum < __arraycount(auth_errlist)) in auth_errmsg()321 return __UNCONST(auth_errlist[errnum]); in auth_errmsg()