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

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c110 authattr_t *newauth; local
115 if ((newauth = (authattr_t *)malloc(sizeof (authattr_t))) == NULL)
118 newauth->name = _do_unescape(auth->name);
119 newauth->res1 = _do_unescape(auth->res1);
120 newauth->res2 = _do_unescape(auth->res2);
121 newauth->short_desc = _do_unescape(auth->short_desc);
122 newauth->long_desc = _do_unescape(auth->long_desc);
123 newauth->attr = _str2kva(auth->attr, KV_ASSIGN, KV_DELIMITER);
124 return (newauth);

Completed in 55 milliseconds