Searched refs:NCMP (Results 1 – 2 of 2) sorted by relevance
37 #define NCMP(X,Y) (STRNEQU((X), (Y), sizeof(Y)-1)) macro133 if (NCMP(buf, NAME_DISABLED)) in load_pstatus()138 if (NCMP(p, NAME_REJECTING)) in load_pstatus()383 if (NCMP(buf, NAME_REJECTING)) in load_cstatus()
684 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro688 return (rmul * NCMP(a->a.mtime, b->a.mtime)); in sdirent_comp()690 return (rmul * NCMP(a->a.size, b->a.size)); in sdirent_comp()