Searched refs:roleptr (Results 1 – 1 of 1) sorted by relevance
252 char *roleptr; in unassign_role() local257 roleptr = rolelist; in unassign_role()258 templist = strdup(roleptr); in unassign_role()264 roleptr += temprole - templist; in unassign_role()266 if (*(roleptr + length) == ',') in unassign_role()268 strcpy(roleptr, roleptr + length); in unassign_role()269 length = strlen(roleptr) - 1; in unassign_role()270 if (*(roleptr + length) == ',') in unassign_role()271 *(roleptr + length) = '\0'; in unassign_role()