Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c836 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
840 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() macro
958 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()