OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XML_FMT_INT_MOD
(Results
1 - 5
of
5
) sorted by null
/external/expat/xmlwf/
xmlfile.h
10
#define
XML_FMT_INT_MOD
"I64"
12
#define
XML_FMT_INT_MOD
"ll"
15
#define
XML_FMT_INT_MOD
"l"
/external/expat/examples/
elements.c
17
#define
XML_FMT_INT_MOD
"I64"
19
#define
XML_FMT_INT_MOD
"ll"
22
#define
XML_FMT_INT_MOD
"l"
57
"%s at line %"
XML_FMT_INT_MOD
"u\n",
outline.c
34
#define
XML_FMT_INT_MOD
"I64"
36
#define
XML_FMT_INT_MOD
"ll"
39
#define
XML_FMT_INT_MOD
"l"
95
fprintf(stderr, "Parse error at line %"
XML_FMT_INT_MOD
"u:\n%s\n",
/external/expat/tests/benchmark/
benchmark.c
12
#define
XML_FMT_INT_MOD
"ll"
14
#define
XML_FMT_INT_MOD
"l"
91
fprintf (stderr, "error '%s' at line %"
XML_FMT_INT_MOD
\
92
"u character %"
XML_FMT_INT_MOD
"u\n",
/external/expat/tests/
runtests.c
25
#define
XML_FMT_INT_MOD
"ll"
27
#define
XML_FMT_INT_MOD
"l"
58
" %d: %s (line %"
XML_FMT_INT_MOD
"u, offset %"\
59
XML_FMT_INT_MOD
"u)\n reported from %s, line %d\n",
420
"expected 4 lines, saw %"
XML_FMT_INT_MOD
"u", lineno);
438
"expected 11 columns, saw %"
XML_FMT_INT_MOD
"u", colno);
452
"<%s> at col:%"
XML_FMT_INT_MOD
"u line:%"\
453
XML_FMT_INT_MOD
"u\n", name,
466
"</%s> at col:%"
XML_FMT_INT_MOD
"u line:%"\
467
XML_FMT_INT_MOD
"u\n", name
[
all
...]
Completed in 340 milliseconds