Searched refs:myCFile (Results 1 – 1 of 1) sorted by relevance
927 FILE *myCFile; in TestCodepageFlush()940 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestCodepageFlush()941 if (myCFile == NULL) { in TestCodepageFlush()946 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush()947 fclose(myCFile); in TestCodepageFlush()984 FILE *myCFile; in TestFilePrintCompatibility() local1024 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestFilePrintCompatibility()1025 if (myCFile == NULL) { in TestFilePrintCompatibility()1032 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()1038 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()[all …]