Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c74 static int entrycmp(const aclent_t *, const aclent_t *);
110 (int (*)(const void *, const void *))entrycmp); in aclsort()
181 entrycmp(const aclent_t *i, const aclent_t *j) in entrycmp() function