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

/external/libxml2/
H A Dxmllint.c175 static int testIO = 0; variable
2285 if (testIO) {
3041 printf("\t--testIO : test user I/O support\n");
3254 else if ((!strcmp(argv[i], "-testIO")) ||
3255 (!strcmp(argv[i], "--testIO")))
3256 testIO++;

Completed in 137 milliseconds