Lines Matching full:g_out
89 extern FILE *G_out;428 fwrite(tleb.events, sizeof(uintptr_t), tleb.size, G_out);3596 G_out = stderr;3625 G_out = socket_output;3634 G_out = fopen(fname.c_str(), "w");3635 CHECK(G_out);