Searched refs:testoutfp (Results 1 – 2 of 2) sorted by relevance
532 testoutfp = stdout; in IntlTest()546 testoutfp = caller->testoutfp; in setCaller()1032 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1042 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()1047 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); in LL_message()1052 fflush((FILE *)testoutfp); in LL_message()
287 void *testoutfp; variable