Searched refs:ftprintf (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/expat/xmlwf/
H A Dxmltchar.h42 # define ftprintf fwprintf macro
59 # define ftprintf fprintf macro
H A Dreadfilemap.c100 ftprintf(stderr, T("%s: not a regular file\n"), name);
119 ftprintf(stderr, T("%s: out of memory\n"), name);
131 ftprintf(stderr, T("%s: read unexpected number of bytes\n"), name);
H A Dxmlwf.c96 ftprintf(fp, T("&#%d;"), *s);
143 ftprintf(fp, T("&#%d;"), *s);
237 ftprintf(fp, T("n%d:"), nsi);
243 ftprintf(fp, T(" xmlns:n%d"), nsi++);
534 ftprintf(fp, T(" uri=\"%s\""), uri);
535 ftprintf(fp,
570 ftprintf(fp, T("<starttag name=\"%s\""), name);
575 ftprintf(fp, T("<attribute name=\"%s\" value=\""), atts[0]);
594 ftprintf(fp, T("<endtag name=\"%s\""), name);
605 ftprintf(f
[all...]
H A Dxmlfile.c85 ftprintf(stdout,
91 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code);
165 ftprintf(stderr,
195 ftprintf(stderr, T("%s: out of memory\n"),
244 ftprintf(stderr, T("%s: out of memory"), filename);
263 ftprintf(stderr,

Completed in 66 milliseconds