Searched defs:isascii (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/stdlib/
H A Dctype_.c145 int isascii(int c) function
/bionic/libc/kernel/common/linux/
H A Dctype.h46 #define isascii(c) (((unsigned char)(c))<=0x7f) macro
/bionic/libc/include/
H A Dctype.h92 int isascii(int);
180 __CTYPE_INLINE int isascii(int c) function
/bionic/libc/netbsd/resolv/
H A Dres_init.c138 #if !defined(isascii) /* XXX - could be a function */
139 # define isascii(c) (!(c & 0200)) macro
500 isascii(*cp) && !isspace((unsigned char)*cp))
510 isascii(*cp) &&

Completed in 417 milliseconds