Searched defs:NCMP (Results 1 – 2 of 2) sorted by relevance
37 #define NCMP(X,Y) (STRNEQU((X), (Y), sizeof(Y)-1)) macro
684 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro