Home
last modified time | relevance | path

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

/security/selinux/ss/
A Dmls.c238 char *rangep[2]; in mls_context_to_sid() local
271 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