Searched refs:ftprintf (Results 1 – 4 of 4) sorted by relevance
/external/expat/xmlwf/ |
D | xmlwf.c | 96 ftprintf(fp, T("&#%d;"), *s); in characterData() 143 ftprintf(fp, T("&#%d;"), *s); in attributeValue() 237 ftprintf(fp, T("n%d:"), nsi); in startElementNS() 243 ftprintf(fp, T(" xmlns:n%d"), nsi++); in startElementNS() 541 ftprintf(fp, T(" uri=\"%s\""), uri); in metaLocation() 542 ftprintf(fp, in metaLocation() 577 ftprintf(fp, T("<starttag name=\"%s\""), name); in metaStartElement() 582 ftprintf(fp, T("<attribute name=\"%s\" value=\""), atts[0]); in metaStartElement() 601 ftprintf(fp, T("<endtag name=\"%s\""), name); in metaEndElement() 612 ftprintf(fp, T("<pi target=\"%s\" data=\""), target); in metaProcessingInstruction() [all …]
|
D | xmlfile.c | 85 ftprintf(stdout, in reportError() 91 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code); in reportError() 165 ftprintf(stderr, in externalEntityRefFilemap() 195 ftprintf(stderr, T("%s: out of memory\n"), in processStream() 244 ftprintf(stderr, T("%s: out of memory"), filename); in XML_ProcessFile() 263 ftprintf(stderr, in XML_ProcessFile()
|
D | readfilemap.c | 100 ftprintf(stderr, T("%s: not a regular file\n"), name); in filemap() 119 ftprintf(stderr, T("%s: out of memory\n"), name); in filemap() 131 ftprintf(stderr, T("%s: read unexpected number of bytes\n"), name); in filemap()
|
D | xmltchar.h | 42 # define ftprintf fwprintf macro 59 # define ftprintf fprintf macro
|