NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
iscntrl
sys/lib/libkern/libkern.h
201
iscntrl(int ch)
sys/sys/ctype_inline.h
50
#define iscntrl(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_C))