Searched refs:NCMP (Results 1 – 1 of 1) sorted by relevance
836 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro840 return (rmul * NCMP(a->a.mtime, b->a.mtime)); in sdirent_comp()842 return (rmul * NCMP(a->a.size, b->a.size)); in sdirent_comp()948 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sglob_comp() macro958 return (rmul * NCMP(as->st_mtime, bs->st_mtime)); in sglob_comp()963 return (rmul * NCMP(as->st_size, bs->st_size)); in sglob_comp()