Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDenum.c195 if (IS_DEC_DIGIT_CHAR(*name)) { in find_name()
HDfind.c453 if ( IS_DEC_DIGIT_CHAR(optValue) in opt_find_short()
HDnested.c251 else if (IS_DEC_DIGIT_CHAR(*val)) in add_bool()
HDag-char-map.h211 #define IS_DEC_DIGIT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00030000) macro
HDconfigfile.c790 if (IS_DEC_DIGIT_CHAR(*pz)) { in parse_xml_encoding()