Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
toascii
usr/src/boot/include/ctype.h
118
#define toascii(c) ((c) & 0x7F)
usr/src/head/ctype.h
83
#define toascii(c) (((int)(c)) & 0177)
usr/src/lib/libc/port/i18n/toascii.c
33
toascii(int c)