auth_getitem
char *auth_getitem(auth_session_t *, auth_item_t);
DEF_WEAK(auth_getitem);
name = auth_getitem(as, AUTHV_NAME);
auth_getitem(as, AUTHV_INTERACTIVE) != NULL)) {
if ((style = auth_getitem(as, AUTHV_STYLE)) == NULL ||
(name = auth_getitem(as, AUTHV_NAME)) == NULL ||
challenge = auth_getitem(as, AUTHV_CHALLENGE);
class = auth_getitem(as, AUTHV_CLASS);
style = auth_getitem(as, AUTHV_STYLE);
name = auth_getitem(as, AUTHV_NAME);
auth_call(as, path, auth_getitem(as, AUTHV_STYLE), "-s",
auth_getitem(as, AUTHV_SERVICE), "--", name, (char *)NULL);
PROTO_NORMAL(auth_getitem);
challenge = auth_getitem(authctxt->as, AUTHV_CHALLENGE);
if ((user = auth_getitem(as, AUTHV_NAME)) == NULL)