Searched refs:auth_errlist (Results 1 – 1 of 1) sorted by relevance
378 static const struct auth_errtab auth_errlist[] = variable396 for (i = 0; i < sizeof (auth_errlist) / sizeof (struct auth_errtab); i++) in auth_errmsg()398 if (auth_errlist[i].status == stat) in auth_errmsg()400 return (char*)_(auth_errstr + auth_errlist[i].message_off); in auth_errmsg()
Completed in 3 milliseconds