Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c647 && (IS_END_XML_TOKEN_CHAR(txt[name_len])) ) in program_directive()
1187 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()
1195 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()
1203 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()
1284 if ((len == 0) || (! IS_END_XML_TOKEN_CHAR(txt[len]))) { in parse_value()
H A Dnested.c449 if (! IS_END_XML_TOKEN_CHAR(*scan)) in scan_xml_name()
H A Dsave.c528 && (IS_END_XML_TOKEN_CHAR(scan[name_len])) ) { in remove_settings()
H A Dag-char-map.h281 #define IS_END_XML_TOKEN_CHAR( _c) is_ag_char_map_char((char)(_c), 0x01000C01) macro