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"
64 "%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"
102 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 31 #define XML_FMT_INT_MOD "ll"
33 #define XML_FMT_INT_MOD "l"
64 " %d: %s (line %" XML_FMT_INT_MOD "u, offset %"\
65 XML_FMT_INT_MOD "u)\n reported from %s, line %d\n",
509 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno);
527 "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno);
541 "<%s> at col:%" XML_FMT_INT_MOD "u line:%"\
542 XML_FMT_INT_MOD "u\n", name,
555 "</%s> at col:%" XML_FMT_INT_MOD "u line:%"\
556 XML_FMT_INT_MOD "u\n", name
    [all...]

Completed in 149 milliseconds