Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c826 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
946 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sglob_comp() macro