Home
last modified time | relevance | path

Searched refs:IS_DEC_DIGIT_CHAR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c171 if (IS_DEC_DIGIT_CHAR(*name)) { in find_name()
H A Dfind.c423 if ( IS_DEC_DIGIT_CHAR(optValue) in opt_find_short()
H A Dnested.c209 else if (IS_DEC_DIGIT_CHAR(*val)) in add_bool()
H A Dconfigfile.c740 if (IS_DEC_DIGIT_CHAR(*pz)) { in parse_xml_encoding()
H A Dag-char-map.h211 #define IS_DEC_DIGIT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00030000) macro