Searched refs:testoutfp (Results 1 – 2 of 2) sorted by relevance
559 testoutfp = stdout; in IntlTest()575 testoutfp = caller->testoutfp; in setCaller()1126 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1136 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1141 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); in LL_message()1146 fflush((FILE *)testoutfp); in LL_message()
354 void *testoutfp; variable