Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c37 #define NCMP(X,Y) (STRNEQU((X), (Y), sizeof(Y)-1)) macro
133 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()
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp.c684 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
688 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()