Home
last modified time | relevance | path

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

/bionic/libc/include/
Dctype.h93 int toascii(int);
185 __CTYPE_INLINE int toascii(int c) in toascii() function
/bionic/libc/kernel/common/linux/
Dctype.h47 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/bionic/libc/stdlib/
Dctype_.c161 int toascii(int c) in toascii() function