Searched refs:rid_start (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclutils.c744 char *rid_start = NULL; local
753 if ((rid_start = strrchr(sid, '-')) == NULL)
755 *rid_start++ = '\0';
757 rid = strtoul(rid_start--, &end, 10);
785 *rid_start = '-'; /* putback character removed earlier */

Completed in 94 milliseconds