Searched refs:stream3 (Results 1 – 1 of 1) sorted by relevance
1717 FILE *stream1, *stream2, *stream3, *stream4; in test_fopen_fclose_fcloseall() local1726 stream3 = fopen(fname3, "r"); in test_fopen_fclose_fcloseall()1727 ok(stream3 == NULL, "The file '%s' shouldn't exist before\n", fname3 ); in test_fopen_fclose_fcloseall()1728 stream3 = fopen(fname3, "w+"); in test_fopen_fclose_fcloseall()1729 ok(stream3 != NULL, "The file '%s' should be opened now\n", fname3 ); in test_fopen_fclose_fcloseall()1742 ret = fclose(stream3); in test_fopen_fclose_fcloseall()1748 ret = fclose(stream3); in test_fopen_fclose_fcloseall()