Searched refs:testoutfp (Results 1 – 2 of 2) sorted by relevance
516 testoutfp = stdout; in IntlTest()530 testoutfp = caller->testoutfp; in setCaller()1006 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1016 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); in LL_message()1026 fflush((FILE *)testoutfp); in LL_message()
241 void *testoutfp; variable