Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/passmgmt/
H A Dpassmgmt.c252 char *roleptr; in unassign_role() local
257 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()