NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UCHARAT
lib/libcompat/regexp/regexp.c
148
#define UCHARAT(p) ((int)*(unsigned char *)(p))
lib/libcompat/regexp/regexp.c
150
#define UCHARAT(p) ((int)*(p)&CHARBITS)
lib/libcompat/regexp/regsub.c
33
#define UCHARAT(p) ((int)*(unsigned char *)(p))
lib/libcompat/regexp/regsub.c
35
#define UCHARAT(p) ((int)*(p)&CHARBITS)