Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libc/port/i18n/
H A Dtoascii.c35 toascii(int c) in toascii() function
/titanic_51/usr/src/head/
H A Dctype.h83 #define toascii(c) (((int)(c)) & 0177) macro
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c167 int toascii(c) in toascii() function
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dctype.h53 #define toascii(c) ((c)&0177) macro
/titanic_51/usr/src/lib/libbc/inc/5include/
H A Dctype.h79 #define toascii(c) ((c) & 0177) macro
/titanic_51/usr/src/boot/include/
H A Dctype.h118 #define toascii(c) ((c) & 0x7F) macro