Searched refs:testoutfp (Results 1 – 2 of 2) sorted by relevance
579 testoutfp = stdout; in IntlTest()595 testoutfp = caller->testoutfp; in setCaller()1146 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1156 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1161 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); in LL_message()1166 fflush((FILE *)testoutfp); in LL_message()
351 void *testoutfp; variable