Searched refs:myCFile (Results 1 – 1 of 1) sorted by relevance
921 FILE *myCFile; in TestCodepageFlush()934 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestCodepageFlush()935 if (myCFile == NULL) { in TestCodepageFlush()940 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush()941 fclose(myCFile); in TestCodepageFlush()978 FILE *myCFile; in TestFilePrintCompatibility() local1017 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestFilePrintCompatibility()1018 if (myCFile == NULL) { in TestFilePrintCompatibility()1024 fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()1030 fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()[all …]