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

/external/webkit/JavaScriptCore/wtf/
H A DDisallowCType.h53 #undef toascii macro
70 #define toascii toascii_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h35 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/external/tcpdump/
H A Dtcpdump-stdinc.h59 #undef toascii macro
61 #define toascii __toascii macro
87 #ifndef toascii
88 #define toascii(c) ((c) & 0x7f) macro

Completed in 110 milliseconds