Searched refs:current_auths (Results 1 – 1 of 1) sorted by relevance
7824 char *current_auths; in zonecfg_authorize_user_impl() local7834 current_auths = kva_match(u->attr, USERATTR_AUTHS_KW); in zonecfg_authorize_user_impl()7835 if (current_auths != NULL) { in zonecfg_authorize_user_impl()7842 (void) strlcpy(old_auths, current_auths, MAXAUTHS); in zonecfg_authorize_user_impl()7843 cur_auth = strtok_r(current_auths, ",", &lasts); in zonecfg_authorize_user_impl()