HomeSort by relevance Sort by last modified time
    Searched refs:XML_FMT_INT_MOD (Results 1 - 4 of 4) sorted by null

  /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 26 #define XML_FMT_INT_MOD "ll"
28 #define XML_FMT_INT_MOD "l"
59 " %d: %s (line %" XML_FMT_INT_MOD "u, offset %"\
60 XML_FMT_INT_MOD "u)\n reported from %s, line %d\n",
421 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno);
439 "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno);
453 "<%s> at col:%" XML_FMT_INT_MOD "u line:%"\
454 XML_FMT_INT_MOD "u\n", name,
467 "</%s> at col:%" XML_FMT_INT_MOD "u line:%"\
468 XML_FMT_INT_MOD "u\n", name
    [all...]

Completed in 734 milliseconds