Home
last modified time | relevance | path

Searched refs:IS_HEX_DIGIT_CHAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dcook.c85 if (IS_HEX_DIGIT_CHAR(*pzIn)) { in ao_string_cook_escape_char()
93 } while (IS_HEX_DIGIT_CHAR(pzIn[ct])); in ao_string_cook_escape_char()
H A Dag-char-map.h216 #define IS_HEX_DIGIT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00070000) macro