Lines Matching refs:cur_auth
7876 char *cur_auth;
7881 cur_auth = strtok_r(authlist, ",", &lasts);
7882 while (cur_auth != NULL) {
7883 if (is_zone_auth(&cur_auth, zonename,
7897 cur_auth, MAXAUTHS);
7899 cur_auth = strtok_r(NULL, ",", &lasts);
8051 char *cur_auth;
8058 cur_auth = strtok_r(current_auths, ",", &lasts);
8069 while (cur_auth != NULL) {
8070 if (!is_zone_auth(&cur_auth, zonename,
8078 (void) strlcat(new_auths, cur_auth,
8087 if (strncmp(cur_auth,
8093 cur_auth = strtok_r(NULL, ",", &lasts);