DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_iswhitespace
sbin/cryptdisks/cryptdisks.c
48
#define _iswhitespace(X) ((((X) == ' ') || ((X) == '\t'))?1:0)
usr.bin/dfregress/parser.c
39
#define _iswhitespace(X) ((((X) == ' ') || ((X) == '\t'))?1:0)