Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
btst
usr/src/lib/libcrypt/common/des_soft.c
70
#define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07)))
usr/src/lib/libnsl/des/des_soft.c
65
#define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07)))
usr/src/uts/common/des/des_soft.c
61
#define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07)))