Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c81 static int ucompare(const struct entry *, const struct entry *);
494 compare = (int (*)(const void *, const void *))ucompare; in printnames()
519 ucompare(const struct entry *a, const struct entry *b) in ucompare() function