Searched refs:isascii (Results 1 – 8 of 8) sorted by relevance
58 if(!isascii(c) || !isxdigit(c)) in uni_str2nsap()65 if(!isascii(c) || !isxdigit(c)) in uni_str2nsap()
51 isascii(int c) in isascii() function
82 if (!isascii(c)) in strtoul()
84 if (!isascii(c)) in strtouq()
103 if (!isascii(c)) in strtol()
107 if (!isascii(c)) in strtoq()
68 #define isascii(c) (((unsigned char)(c))<=0x7f) macro
243 if (cnt >= IBE_NAME_MAX || !isascii((int)*p)) in imgact_binmisc_add_entry()247 if (cnt >= IBE_INTERP_LEN_MAX || !isascii((int)*p)) in imgact_binmisc_add_entry()