NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ch_isprint
usr.bin/make/make.h
1195
ch_isprint(char ch) { return isprint((unsigned char)ch) != 0; }
usr.bin/xlint/common/lint.h
187
ch_isprint(char ch)