Searched refs:c_isascii (Results 1 – 3 of 3) sorted by relevance
120 extern bool c_isascii (int c) _GL_ATTRIBUTE_CONST; /* not locale dependent */143 #undef c_isascii144 #define c_isascii(c) \ macro
27 c_isascii (int c) in c_isascii() function
604 else if (!c_isascii (c)) in PRINTF_PARSE()