Searched refs:fputts (Results 1 – 2 of 2) sorted by relevance
/external/expat/xmlwf/ |
D | xmlwf.c | 34 fputts(T("&"), fp); in characterData() 37 fputts(T("<"), fp); in characterData() 40 fputts(T(">"), fp); in characterData() 44 fputts(T("
"), fp); in characterData() 48 fputts(T("""), fp); in characterData() 75 fputts(T("&"), fp); in attributeValue() 78 fputts(T("<"), fp); in attributeValue() 81 fputts(T("""), fp); in attributeValue() 85 fputts(T("	"), fp); in attributeValue() 88 fputts(T("
"), fp); in attributeValue() [all …]
|
D | xmltchar.h | 8 #define fputts fputws macro 24 #define fputts fputs macro
|