Lines Matching refs:FILE
72 // This file demonstrates some basic functionality of TinyXml.
74 // what is in the XML file. But it does test the basic operations,
124 // Write to a file and read it back, to check file I/O.
142 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc() );
500 printf( "WARNING: File 'utf8test.xml' not found.\n"
542 FILE* saved = fopen( "utf8testout.xml", "r" );
543 FILE* verify = fopen( "utf8testverify.xml", "r" );
811 FILE* textfile = fopen( "textfile.txt", "w" );
833 FILE* textfile = fopen( "test5.xml", "w" );
846 FILE* textfile = fopen( "test6.xml", "w" );