FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isascii
include/ctype.h
116
#define isascii(c) (((c) & ~0x7F) == 0)
lib/libc/locale/isctype.c
63
#undef isascii
lib/libc/locale/isctype.c
65
isascii(int c)
stand/libsa/stand.h
230
#define isascii(c) (((c) & ~0x7F) == 0)
sys/sys/ctype.h
49
isascii(int c)