Searched refs:isxdigit (Results 1 – 5 of 5) sorted by relevance
48 static inline int isxdigit(int a) in isxdigit() function
116 if (isxdigit(next(lex)) == 0) { in lexer_string()120 if (isxdigit(next(lex)) == 0) { in lexer_string()124 if (isxdigit(next(lex)) == 0) { in lexer_string()128 if (isxdigit(next(lex)) == 0) { in lexer_string()
975 if (!isxdigit((unsigned char)src[i]) && in net_bytes_from_str()
528 if (isxdigit(i) != 0) { in ZTEST()
1351 isxdigit(),ISO/IEC 9899:2011