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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dconfigfile.c696 && (IS_END_XML_TOKEN_CHAR(txt[name_len])) ) {
1231 if (! IS_END_XML_TOKEN_CHAR(*txt))
1239 if (! IS_END_XML_TOKEN_CHAR(*txt))
1247 if (! IS_END_XML_TOKEN_CHAR(*txt))
1328 if ((len == 0) || (! IS_END_XML_TOKEN_CHAR(txt[len]))) {
H A Dag-char-map.h281 #define IS_END_XML_TOKEN_CHAR( _c) is_ag_char_map_char((char)(_c), 0x01000C01) macro

Completed in 107 milliseconds