Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c154 static int dstcmp(const void *, const void *);
1808 qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp); in order_haddrlist_inet6()
2038 dstcmp(const void *da, const void *db) in dstcmp() function
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c3020 int dstcmp; in stringzone() local
3047 dstcmp = zp->z_nrules ? rule_cmp(dstrp, stdrp) : zp->z_isdst ? 1 : -1; in stringzone()
3050 if (dstcmp < 0) { in stringzone()
3053 } else if (0 < dstcmp) { in stringzone()