DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
typemask
lib/libtelnet/auth.c
71
#define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0)
lib/libtelnet/encrypt.c
89
#define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0)