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

  /external/libxml2/
testRelax.c 50 static int noout = 0; variable
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
74 noout++;
169 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
175 printf("\t--noout : do not print the result\n");
testSchemas.c 51 static int noout = 0; variable
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
74 noout++;
160 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
166 printf("\t--noout : do not print the result\n");
xmlcatalog.c 35 static int noout = 0; variable
322 \t--noout: avoid dumping the result on stdout\n\
351 } else if ((!strcmp(argv[i], "-noout")) ||
352 (!strcmp(argv[i], "--noout"))) {
353 noout = 1;
357 noout = 1;
466 if ((!no_super_update) && (noout) && (catal != NULL) &&
482 if (noout) {
493 noout = 0;
509 noout = 0
    [all...]
testHTML.c 46 static int noout = 0; variable
659 if (!noout) {
698 if (!noout) {
777 if (!noout) {
819 else if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout")))
820 noout++;
863 printf("\t--noout : do not print the result\n");
xmllint.c 135 static int noout = 0; variable
901 if (noout)
919 if (noout)
937 if (noout)
954 if (noout)
978 if (noout)
1009 if (noout)
1039 if (noout)
1058 if (noout)
1089 if (noout)
    [all...]

Completed in 65 milliseconds