Searched refs:fputts (Results 1 – 2 of 2) sorted by relevance
/external/expat/xmlwf/ |
D | xmlwf.c | 77 fputts(T("&"), fp); in characterData() 80 fputts(T("<"), fp); in characterData() 83 fputts(T(">"), fp); in characterData() 87 fputts(T("
"), fp); in characterData() 91 fputts(T("""), fp); in characterData() 118 fputts(T("&"), fp); in attributeValue() 121 fputts(T("<"), fp); in attributeValue() 124 fputts(T("""), fp); in attributeValue() 128 fputts(T("	"), fp); in attributeValue() 131 fputts(T("
"), fp); in attributeValue() [all …]
|
D | xmltchar.h | 44 # define fputts fputws macro 61 # define fputts fputs macro
|