OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftprintf
(Results
1 - 3
of
3
) sorted by null
/external/expat/xmlwf/
xmltchar.h
6
#define
ftprintf
fwprintf
macro
22
#define
ftprintf
fprintf
macro
xmlwf.c
53
ftprintf
(fp, T("&#%d;"), *s);
100
ftprintf
(fp, T("&#%d;"), *s);
200
ftprintf
(fp, T("n%d:"), nsi);
207
ftprintf
(fp, T(" xmlns:n%d"), nsi++);
310
ftprintf
((FILE *)XML_GetUserData(parser), T(" uri=\"%s\""), uri);
311
ftprintf
((FILE *)XML_GetUserData(parser),
347
ftprintf
(fp, T("<starttag name=\"%s\""), name);
352
ftprintf
(fp, T("<attribute name=\"%s\" value=\""), atts[0]);
372
ftprintf
(fp, T("<endtag name=\"%s\""), name);
383
ftprintf
(fp, T("<pi target=\"%s\" data=\""), target)
[
all
...]
xmlfile.c
66
ftprintf
(stdout, T("%s:%" XML_FMT_INT_MOD "u:%" XML_FMT_INT_MOD "u: %s\n"),
72
ftprintf
(stderr, T("%s: (unknown message %d)\n"), filename, code);
172
ftprintf
(stderr, T("%s: out of memory\n"),
225
ftprintf
(stderr, T("%s: out of memory"), filename);
Completed in 26 milliseconds