Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c483 const char *rest_a, *rest_b; /* Rest of the context after the user */ in selinux_file_context_cmp() local
491 rest_b = strchr(b, ':'); in selinux_file_context_cmp()
492 if (!rest_a && !rest_b) in selinux_file_context_cmp()
496 if (!rest_b) in selinux_file_context_cmp()
498 return strcmp(rest_a, rest_b); in selinux_file_context_cmp()

Completed in 2 milliseconds