Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c834 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
838 return (rmul * NCMP(a->a.mtime, b->a.mtime)); in sdirent_comp()
840 return (rmul * NCMP(a->a.size, b->a.size)); in sdirent_comp()
946 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sglob_comp() macro
956 return (rmul * NCMP(as->st_mtime, bs->st_mtime)); in sglob_comp()
961 return (rmul * NCMP(as->st_size, bs->st_size)); in sglob_comp()