Lines Matching refs:FILE
19 //The macro value gives approximately the generated file
309 //File position is at BOF after open, unless we open with ios_base::ate
313 //File position is at EOF after open
316 //stlport uses fopen here. This case may fail this test, since the file position after
330 FILE* f = fopen( "test_file.txt", "a" );
335 //In append mode, file is positioned at EOF just before a write.
336 // After a write, file is at EOF. This is implementation-independent.
418 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read.
471 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read.
513 //No test if we cannot create the file
681 //File preparation:
727 //Big file creation:
732 //We are going to generate a file with the following schema for the content:
782 an infinite loop when the file size is larger than the streamsize and