Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c829 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro
937 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sglob_comp() macro