Home
last modified time | relevance | path

Searched refs:IS_END_XML_TOKEN_CHAR (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDconfigfile.c696 && (IS_END_XML_TOKEN_CHAR(txt[name_len])) ) { in program_directive()
1231 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()
1239 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()
1247 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()
1328 if ((len == 0) || (! IS_END_XML_TOKEN_CHAR(txt[len]))) { in parse_value()
HDnested.c491 if (! IS_END_XML_TOKEN_CHAR(*scan)) in scan_xml_name()
HDag-char-map.h281 #define IS_END_XML_TOKEN_CHAR( _c) is_ag_char_map_char((char)(_c), 0x01000C01) macro