Searched defs:isascii (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ | ||
D | ctype.h | 39 #define isascii(c) (((unsigned char)(c))<=0x7f) macro |
/Linux-v5.4/tools/include/linux/ | ||
D | ctype.h | 40 #define isascii(c) (((unsigned char)(c))<=0x7f) macro |