Searched refs:stdFile (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/iotest/
H A Dfiletst.c593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); local
598 if (stdFile == NULL) {
605 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
607 fwrite("\n", sizeof(testStr[0]), 1, stdFile);
610 fclose(stdFile);
613 stdFile = fopen(STANDARD_TEST_FILE, "r");
620 returnedCharBuffer = fgets(charBuffer, sizeof(charBuffer)/sizeof(charBuffer[0]), stdFile);
643 fclose(stdFile);
729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); local
731 if (stdFile
793 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); local
[all...]

Completed in 63 milliseconds