Lines Matching refs:FILE
6 * file name: filetst.c
46 log_err("Can't write test file.\n");
89 log_err("Got feof while writing the file.\n");
104 log_err("Can't read test file.");
109 log_err("Got feof while reading the file and not at the end of the file.\n");
295 log_err("Got feof while reading the file and not at the end of the file.\n");
303 log_err("Did not get feof while reading the end of the file.\n");
306 log_err("u_fscanf read data while reading the end of the file.\n");
313 /* FILE *standardFile;*/
359 log_err("Can't write test file.\n");
441 log_err("Can't write test file.\n");
593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w");
599 log_err("Can't write test file.\n");
686 log_err("Can't write test file.\n");
729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
732 log_err("Can't write test file.\n");
744 log_err("Can't read test file.\n");
793 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
796 log_err("Can't write test file.\n");
809 log_err("Can't read test file.\n");
846 log_err("Can't write test file for iso-8859-1.\n");
921 FILE *myCFile;
926 log_err("Can't write test file %s\n", STANDARD_TEST_FILE);
936 log_err("Can't read test file.");
944 log_err("Failed during read of test file.");
978 FILE *myCFile;
986 log_err("Can't write test file.\n");
1019 log_err("Can't read test file.");
1114 log_err("Can't write test file for %s.\n", uFormat);\
1291 log_err("Can't write test file for %s.\n", format);
1378 log_err("Can't write test file for %s.\n", format);
1413 log_err("Test file can't be opened\n");
1426 log_err("Test file can't be opened\n");
1439 log_err("Test file can't be opened\n");
1453 log_err("Test file can't be opened\n");
1482 log_err("Test file can't be opened\n");
1490 log_err("Test file can't be opened\n");
1522 log_err("Test file can't be opened for write\n");
1540 log_err("Test file can't be opened for read\n");
1578 addTest(root, &TestFile, "file/TestFile");
1580 addTest(root, &StdinBuffering, "file/StdinBuffering");
1581 addTest(root, &TestfgetsBuffers, "file/TestfgetsBuffers");
1582 addTest(root, &TestFileReadBuffering, "file/TestFileReadBuffering");
1583 addTest(root, &TestfgetsLineCount, "file/TestfgetsLineCount");
1584 addTest(root, &TestfgetsNewLineHandling, "file/TestfgetsNewLineHandling");
1585 addTest(root, &TestfgetsNewLineCount, "file/TestfgetsNewLineCount");
1586 addTest(root, &TestFgetsLineBuffering, "file/TestFgetsLineBuffering");
1587 addTest(root, &TestCodepage, "file/TestCodepage");
1588 addTest(root, &TestCodepageFlush, "file/TestCodepageFlush");
1589 addTest(root, &TestFileWriteRetvalUTF16, "file/TestFileWriteRetvalUTF16");
1590 addTest(root, &TestFileWriteRetvalUTF8, "file/TestFileWriteRetvalUTF8");
1591 addTest(root, &TestFileWriteRetvalASCII, "file/TestFileWriteRetvalASCII");
1592 addTest(root, &TestFileWriteRetvalNONE, "file/TestFileWriteRetvalNONE");
1594 addTest(root, &TestCodepageAndLocale, "file/TestCodepageAndLocale");
1595 addTest(root, &TestFprintfFormat, "file/TestFprintfFormat");
1596 addTest(root, &TestFScanset, "file/TestFScanset");
1597 addTest(root, &TestFilePrintCompatibility, "file/TestFilePrintCompatibility");
1598 addTest(root, &TestBadScanfFormat, "file/TestBadScanfFormat");
1599 addTest(root, &TestVargs, "file/TestVargs");
1600 addTest(root, &TestUnicodeFormat, "file/TestUnicodeFormat");