Searched defs:entrycmp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsec/common/
H A Daclsort.c75 static int entrycmp(const aclent_t *, const aclent_t *);
96 * This makes entrycmp() very "light" and thus improves performance.
111 (int (*)(const void *, const void *))entrycmp);
182 entrycmp(const aclent_t *i, const aclent_t *j) function

Completed in 27 milliseconds