Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dcook.c113 while (IS_OCT_DIGIT_CHAR(pzIn[ct])) { in ao_string_cook_escape_char()
H A Dag-char-map.h206 #define IS_OCT_DIGIT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00010000) macro