Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dsftp.c815 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
927 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sglob_comp() macro