FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RES
lib/libc/tests/string/bcmp_test.c
30
#define RES(x) ((x) != 0)
lib/libc/tests/string/memcmp_test.c
51
#define RES(x) (((x) > 0) - ((x) < 0))
lib/libc/tests/string/timingsafe_bcmp_test.c
30
#define RES(x) ((x) != 0)
lib/libc/tests/string/timingsafe_memcmp_test.c
30
#define RES(x) (((x) > 0) - ((x) < 0))