HomeSort by: relevance | last modified time | path
    Searched refs:ftprintf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/expat/dist/xmlwf/
readfilemap.c 107 ftprintf(stderr, T("%s: not a regular file\n"), name);
126 ftprintf(stderr, T("%s: out of memory\n"), name);
138 ftprintf(stderr, T("%s: read unexpected number of bytes\n"), name);
xmltchar.h 43 # define ftprintf fwprintf macro
62 # define ftprintf fprintf macro
xmlwf.c 121 ftprintf(fp, T("&#%d;"), *s);
168 ftprintf(fp, T("&#%d;"), *s);
262 ftprintf(fp, T("n%d:"), nsi);
268 ftprintf(fp, T(" xmlns:n%d"), nsi++);
565 ftprintf(fp, T(" uri=\"%s\""), uri);
566 ftprintf(fp,
599 ftprintf(fp, T("<starttag name=\"%s\""), name);
604 ftprintf(fp, T("<attribute name=\"%s\" value=\""), atts[0]);
623 ftprintf(fp, T("<endtag name=\"%s\""), name);
634 ftprintf(fp, T("<pi target=\"%s\" data=\""), target)
    [all...]
xmlfile.c 98 ftprintf(stdout,
104 ftprintf(stderr, T("%s: (unknown message %u)\n"), filename,
178 ftprintf(stderr,
208 ftprintf(stderr, T("%s: out of memory\n"),
256 ftprintf(stderr, T("%s: out of memory"), filename);
275 ftprintf(stderr,

Completed in 22 milliseconds