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

  /external/libxml2/
testReader.c 39 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);
testOOM.c 42 int noent = 0; variable
340 else if ((!strcmp(argv[i], "-noent")) ||
341 (!strcmp(argv[i], "--noent")))
342 noent++;
347 if (noent != 0)
testSAX.c 58 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);
Makefile.am 447 if [ ! -f $(srcdir)/result/noent/$$name ] ; then \
449 $(CHECKER) $(top_builddir)/xmllint --noent $$i > $(srcdir)/result/noent/$$name ; \
452 log=`$(CHECKER) $(top_builddir)/xmllint --noent $$i 2>&1 > result.$$name ; \
454 diff $(srcdir)/result/noent/$$name result.$$name ; \
455 $(CHECKER) $(top_builddir)/xmllint --noent result.$$name 2>&1 > result2.$$name ; \
    [all...]
xmllint.c 132 static int noent = 0; variable
    [all...]

Completed in 47 milliseconds