Home
last modified time | relevance | path

Searched refs:__toascii (Results 1 – 2 of 2) sorted by relevance

/ctype/
A Dctype-extn.c42 return __toascii (c); in toascii()
A Dctype.h100 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ macro
226 # define toascii(c) __toascii (c)
301 # define __toascii_l(c,l) ((l), __toascii (c))

Completed in 6 milliseconds