Home
last modified time | relevance | path

Searched defs:toascii (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dtoascii.c33 toascii(int c) in toascii() function
/illumos-gate/usr/src/head/
H A Dctype.h83 #define toascii(c) (((int)(c)) & 0177) macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h118 #define toascii(c) ((c) & 0x7F) macro