Searched refs:gStdOut (Results 1 – 1 of 1) sorted by relevance
41 static UFILE *gStdOut = NULL; variable46 if (gStdOut != NULL) { in uprintf_cleanup()47 u_fclose(gStdOut); in uprintf_cleanup()48 gStdOut = NULL; in uprintf_cleanup()55 U_ASSERT(gStdOut == NULL); in u_stdout_init()56 gStdOut = u_finit(stdout, NULL, NULL); in u_stdout_init()64 return gStdOut; in u_get_stdout()