Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
bit
usr/src/cmd/csh/sh.h
542
#define bit(h, b) ((h)[(b) >> 3] & 1 << ((b) & 7)) /* bit test */
usr/src/uts/sun4/ml/genconst.c
164
bit(long mask)