Searched refs:toascii_l (Results 1 – 6 of 6) sorted by relevance
9 #undef toascii_l12 toascii_l (int c, struct __locale_t *locale) in toascii_l() function
90 toascii_l.c
90 'toascii_l.c',
50 * toascii:: Force integers to ASCII range (toascii, toascii_l)
97 extern int toascii_l (int __c, locale_t __l);186 #define toascii_l(__c,__l) ((__l),(__c)&0177) macro
2753 newlib/libc/ctype/toascii_l.c