Searched refs:__toascii (Results 1 – 2 of 2) sorted by relevance
42 return __toascii (c); in toascii()
100 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ macro226 # define toascii(c) __toascii (c)301 # define __toascii_l(c,l) ((l), __toascii (c))
Completed in 6 milliseconds