Searched refs:rangep (Results 1 – 1 of 1) sorted by relevance
238 char *rangep[2]; in mls_context_to_sid() local271 rangep[0] = scontext; in mls_context_to_sid()272 rangep[1] = strchr(scontext, '-'); in mls_context_to_sid()273 if (rangep[1]) { in mls_context_to_sid()274 rangep[1][0] = '\0'; in mls_context_to_sid()275 rangep[1]++; in mls_context_to_sid()281 sensitivity = rangep[l]; in mls_context_to_sid()338 if (rangep[1] == NULL) { in mls_context_to_sid()
Completed in 2 milliseconds