Searched defs:noenc (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxmllint.c133 static int noenc = 0; variable
3009 printf("\t--noenc : ignore any encoding specified inside the document\n");
3169 } else if ((!strcmp(argv[i], "-noenc")) ||
3170 (!strcmp(argv[i], "--noenc"))) {
3171 noenc++;

Completed in 103 milliseconds