Searched defs:isascii (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | ctype.h | 51 isascii(int c) in isascii() function |
| /f-stack/freebsd/contrib/ncsw/inc/ | ||
| H A D | ctype_ext.h | 68 #define isascii(c) (((unsigned char)(c))<=0x7f) macro |