Home
last modified time | relevance | path

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

/security/apparmor/
Dlabel.c214 static int sort_cmp(const void *a, const void *b) in sort_cmp() function
271 sort(vec, n, sizeof(struct aa_profile *), sort_cmp, NULL); in aa_vec_unique()