Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
XOR
src/bin/pc/lex.h
11
#define XOR '^'
src/libs/bsd/chacha_private.h
41
#define XOR(v,w) ((v) ^ (w))
src/libs/compat/openbsd_wlan/crypto/cmac.c
37
#define XOR(v, r) do { \