Searched refs:rest_a (Results 1 – 1 of 1) sorted by relevance
472 char *rest_a, *rest_b; /* Rest of the context after the user */ in selinux_file_context_cmp() local479 rest_a = strchr((char *)a, ':'); in selinux_file_context_cmp()481 if (!rest_a && !rest_b) in selinux_file_context_cmp()483 if (!rest_a) in selinux_file_context_cmp()487 return strcmp(rest_a, rest_b); in selinux_file_context_cmp()