Home
last modified time | relevance | path

Searched refs:cur_prof (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8042 char *cur_prof; in update_profiles() local
8047 cur_prof = strtok_r(rbac_profs, ",", &lasts); in update_profiles()
8048 while (cur_prof != NULL) { in update_profiles()
8049 if (strcmp(cur_prof, ZONE_MGMT_PROF) == 0) { in update_profiles()
8052 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles()
8062 (void) strlcat(new_profs, cur_prof, in update_profiles()
8064 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles()