Home
last modified time | relevance | path

Searched refs:ftprintf (Results 1 – 3 of 3) sorted by relevance

/external/expat/xmlwf/
Dxmlwf.c53 ftprintf(fp, T("&#%d;"), *s); in characterData()
100 ftprintf(fp, T("&#%d;"), *s); in attributeValue()
200 ftprintf(fp, T("n%d:"), nsi); in startElementNS()
207 ftprintf(fp, T(" xmlns:n%d"), nsi++); in startElementNS()
310 ftprintf((FILE *)XML_GetUserData(parser), T(" uri=\"%s\""), uri); in metaLocation()
311 ftprintf((FILE *)XML_GetUserData(parser), in metaLocation()
347 ftprintf(fp, T("<starttag name=\"%s\""), name); in metaStartElement()
352 ftprintf(fp, T("<attribute name=\"%s\" value=\""), atts[0]); in metaStartElement()
372 ftprintf(fp, T("<endtag name=\"%s\""), name); in metaEndElement()
383 ftprintf(fp, T("<pi target=\"%s\" data=\""), target); in metaProcessingInstruction()
[all …]
Dxmlfile.c64 ftprintf(stdout, T("%s:%" XML_FMT_INT_MOD "u:%" XML_FMT_INT_MOD "u: %s\n"), in reportError()
70 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code); in reportError()
169 ftprintf(stderr, T("%s: out of memory\n"), in processStream()
222 ftprintf(stderr, T("%s: out of memory"), filename); in XML_ProcessFile()
Dxmltchar.h6 #define ftprintf fwprintf macro
22 #define ftprintf fprintf macro