Searched refs:cur_prof (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 7879 char *cur_prof; in update_profiles() local 7884 cur_prof = strtok_r(rbac_profs, ",", &lasts); in update_profiles() 7885 while (cur_prof != NULL) { in update_profiles() 7886 if (strcmp(cur_prof, ZONE_MGMT_PROF) == 0) { in update_profiles() 7889 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles() 7899 (void) strlcat(new_profs, cur_prof, in update_profiles() 7901 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles()
|