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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c180 static int dropdtd = 0; variable
2286 if (dropdtd) {
2877 printf("\t--dropdtd : remove the DOCTYPE of the input docs\n");
3057 else if ((!strcmp(argv[i], "-dropdtd")) ||
3058 (!strcmp(argv[i], "--dropdtd")))
3059 dropdtd++;

Completed in 156 milliseconds