Searched refs:IS_HEX (Results 1 – 2 of 2) sorted by relevance
24 #define IS_HEX(ch) ((ch >= '0' && ch <= '9') || (ch >= 'A' && ch <= 'F')) macro102 if (!TEST_true(IS_HEX(*p))) in test_print_error_format()
231 #define IS_HEX(string) IS_HEX_AT((string),0) macro