Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c256 char *temprole; in unassign_role() local
261 temprole = strtok(templist, ","); in unassign_role()
262 while (temprole) { in unassign_role()
263 if (strcmp(temprole, role) == 0) { in unassign_role()
266 roleptr += temprole - templist; in unassign_role()
277 temprole = strtok(NULL, ","); in unassign_role()