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

/macosx-10.9.5/ntp-88/libopts/
H A Dconfigfile.c1033 if (! IS_END_XML_TOKEN_CHAR(*pzText))
1041 if (! IS_END_XML_TOKEN_CHAR(*pzText))
1049 if (! IS_END_XML_TOKEN_CHAR(*pzText))
1115 if ((len == 0) || (! IS_END_XML_TOKEN_CHAR(*pzText))) {
1164 if (IS_END_XML_TOKEN_CHAR(*pzText)) return pzText;
H A Dag-char-map.h116 #define IS_END_XML_TOKEN_CHAR(_c) is_opt_char_cat_char((_c), 0x01500) macro
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dconfigfile.c1033 if (! IS_END_XML_TOKEN_CHAR(*pzText))
1041 if (! IS_END_XML_TOKEN_CHAR(*pzText))
1049 if (! IS_END_XML_TOKEN_CHAR(*pzText))
1115 if ((len == 0) || (! IS_END_XML_TOKEN_CHAR(*pzText))) {
1164 if (IS_END_XML_TOKEN_CHAR(*pzText)) return pzText;
H A Dag-char-map.h116 #define IS_END_XML_TOKEN_CHAR(_c) is_opt_char_cat_char((_c), 0x01500) macro

Completed in 67 milliseconds