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

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

Completed in 50 milliseconds