Home
last modified time | relevance | path

Searched defs:isascii (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dctype.h51 isascii(int c) in isascii() function
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h68 #define isascii(c) (((unsigned char)(c))<=0x7f) macro