Home
last modified time | relevance | path

Searched refs:new_auths (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8134 char new_auths[MAXAUTHS]; in zonecfg_authorize_user_impl() local
8151 bzero(&new_auths, sizeof (new_auths)); in zonecfg_authorize_user_impl()
8190 (void) strlcat(new_auths, ",", in zonecfg_authorize_user_impl()
8193 (void) strlcat(new_auths, cur_auth, in zonecfg_authorize_user_impl()
8226 new_auth_start = new_auths + strlen(new_auths); in zonecfg_authorize_user_impl()
8238 (void) strlcat(new_auths, ",", MAXAUTHS); in zonecfg_authorize_user_impl()
8240 (void) strlcat(new_auths, auth, MAXAUTHS); in zonecfg_authorize_user_impl()
8261 auths_cmd, new_auths, rbac_profs, user) + 1; in zonecfg_authorize_user_impl()
8266 auths_cmd, new_auths, rbac_profs, user); in zonecfg_authorize_user_impl()