NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
clrbit
sys/sys/param.h
425
#define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
tools/compat/compat_defs.h
1295
#undef clrbit
tools/compat/compat_defs.h
1299
#define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))