Searched refs:puttc (Results 1 – 2 of 2) sorted by relevance
/external/expat/xmlwf/ |
D | xmlwf.c | 100 puttc(*s, fp); in characterData() 108 puttc(T('='), fp); in attributeValue() 109 puttc(T('"'), fp); in attributeValue() 115 puttc(T('"'), fp); in attributeValue() 147 puttc(*s, fp); in attributeValue() 167 puttc(T('<'), fp); in startElement() 177 puttc(T(' '), fp); in startElement() 182 puttc(T('>'), fp); in startElement() 188 puttc(T('<'), fp); in endElement() 189 puttc(T('/'), fp); in endElement() [all …]
|
D | xmltchar.h | 45 # define puttc putwc macro 62 # define puttc putc macro
|