FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NCMP
crypto/openssh/sftp.c
831
#define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1))
crypto/openssh/sftp.c
946
#define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1))