Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8133 char old_auths[MAXAUTHS]; in zonecfg_authorize_user_impl() local
8150 bzero(&old_auths, sizeof (old_auths)); in zonecfg_authorize_user_impl()
8172 (void) strlcpy(old_auths, current_auths, MAXAUTHS); in zonecfg_authorize_user_impl()
8255 (strstr(old_auths, new_auth_start) == NULL)) { in zonecfg_authorize_user_impl()