Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MASK
usr/src/cmd/passmgmt/passmgmt.c
58
#define S_MASK 0100
usr/src/cmd/sgs/include/sgs.h
91
#define S_MASK(n) ((1 << (n)) - 1)
usr/src/uts/common/krtld/reloc.h
191
#define S_MASK(n) ((1l << (n)) - 1l)