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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c751 char *rid_start = NULL; local
760 if ((rid_start = strrchr(sid, '-')) == NULL)
762 *rid_start++ = '\0';
764 rid = strtoul(rid_start--, &end, 10);
792 *rid_start = '-'; /* putback character removed earlier */

Completed in 58 milliseconds