Searched refs:XML_FMT_STR (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/expat/examples/
H A Doutline.c45 # define XML_FMT_STR "ls" macro
47 # define XML_FMT_STR "s" macro
64 printf("%" XML_FMT_STR, el);
67 printf(" %" XML_FMT_STR "='%" XML_FMT_STR "'", attr[i], attr[i + 1]);
108 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n",
H A Delements.c48 # define XML_FMT_STR "ls" macro
50 # define XML_FMT_STR "s" macro
61 printf("%" XML_FMT_STR "\n", name);
88 fprintf(stderr, "%" XML_FMT_STR " at line %" XML_FMT_INT_MOD "u\n",
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dunixfilemap.c50 # define XML_FMT_STR "ls" macro
52 # define XML_FMT_STR "s" macro
76 fprintf(stderr, "%" XML_FMT_STR ": not a regular file\n", name);
/freebsd-11-stable/contrib/expat/tests/benchmark/
H A Dbenchmark.c46 # define XML_FMT_STR "ls" macro
48 # define XML_FMT_STR "s" macro
122 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD
/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.c49 # define XML_FMT_STR "ls" macro
53 # define XML_FMT_STR "s" macro
132 "struct '%" XML_FMT_STR
H A Druntests.c89 # define XML_FMT_STR "ls" macro
101 # define XML_FMT_STR "s" macro
135 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD
1364 "attribute value not normalized: %" XML_FMT_STR
1365 "='%" XML_FMT_STR "'",
2441 "Expected error %d (%" XML_FMT_STR "), got %d (%" XML_FMT_STR
6488 sprintf(buffer, "unexpected start string: '%" XML_FMT_STR "'", name);
6492 sprintf(buffer, "unexpected attribute string: '%" XML_FMT_STR "'", atts[0]);
6507 sprintf(buffer, "unexpected end string: '%" XML_FMT_STR "'", nam
[all...]

Completed in 193 milliseconds