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