Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h92 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ macro
210 # define toascii(c) __toascii (c)
297 # define __toascii_l(c,l) ((l), __toascii (c))