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