Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c80 static int icompare(const struct entry *, const struct entry *);
490 compare = (int (*)(const void *, const void *))icompare; in printnames()
525 icompare(const struct entry *a, const struct entry *b) in icompare() function