Searched refs:noent (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A DtestReader.c39 static int noent = 0; variable
124 else if ((!strcmp(argv[i], "-noent")) ||
125 (!strcmp(argv[i], "--noent")))
126 noent++;
128 if (noent != 0) xmlSubstituteEntitiesDefault(1);
H A DtestOOM.c42 int noent = 0; variable
340 else if ((!strcmp(argv[i], "-noent")) ||
341 (!strcmp(argv[i], "--noent")))
342 noent++;
347 if (noent != 0)
H A DMakefile.am475 if [ ! -f $(srcdir)/result/noent/$$name ] ; then \
477 $(CHECKER) $(top_builddir)/xmllint --noent $$i > $(srcdir)/result/noent/$$name ; \
480 log=`$(CHECKER) $(top_builddir)/xmllint --noent $$i 2>&1 > result.$$name ; \
482 diff $(srcdir)/result/noent/$$name result.$$name ; \
483 $(CHECKER) $(top_builddir)/xmllint --noent result.$$name 2>&1 > result2.$$name ; \
805 $(CHECKER) $(top_builddir)/xmllint --noent --nonet --debug --stream $$i > $(srcdir)/result/$$name.rde 2>/dev/null ; \
808 log=`$(CHECKER) $(top_builddir)/xmllint --noent --nonet --debug --stream $$i > result.$$name 2>/dev/null ; \
851 if [ ! -f $(srcdir)/result/noent/$$name.sax2 ] ; then \
853 $(CHECKER) $(top_builddir)/testSAX --sax2 --noent
[all...]
H A DtestSAX.c58 static int noent = 0; variable
1162 } else if ((!strcmp(argv[i], "-noent")) ||
1163 (!strcmp(argv[i], "--noent")))
1164 noent++;
1175 if (noent != 0) xmlSubstituteEntitiesDefault(1);
H A Dxmllint.c116 static int noent = 0; variable
2998 fprintf(f, "\t--noent : substitute entity references by their value\n");
3155 } else if ((!strcmp(argv[i], "-noent")) ||
3156 (!strcmp(argv[i], "--noent"))) {
3157 noent++;
3427 noent++;
3433 noent++;
3440 noent++;
3521 if (noent != 0) xmlSubstituteEntitiesDefault(1);

Completed in 341 milliseconds