Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TO_STR
drivers/media/rc/rc-core-priv.h
196
#define TO_STR(is_pulse) ((is_pulse) ? "pulse" : "space")
tools/testing/selftests/bpf/testing_helpers.h
13
#define TO_STR(x) __TO_STR(x)