Searched refs:dbgout (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 67 FILE *dbgout; variable 173 dbgout = fdopen (open ("/etc/sdlpod.log", O_WRONLY | O_SYNC | O_APPEND), "a"); in iPod_VideoInit() 174 if (dbgout) { in iPod_VideoInit() 175 setbuf (dbgout, 0); in iPod_VideoInit() 176 fprintf (dbgout, "--> Started SDL <--\n"); in iPod_VideoInit() 205 if (dbgout) fprintf (dbgout, "Couldn't open any VC\n"); in iPod_VideoInit() 208 if (dbgout) fprintf (stderr, "Current VT: %d\n", curvt); in iPod_VideoInit() 219 if (dbgout) fprintf (dbgout, "Waiting for switch to this VT... "); in iPod_VideoInit() 221 if (dbgout) fprintf (dbgout, "done!\n"); in iPod_VideoInit() 227 if (dbgout) fprintf (dbgout, "Can't get termios\n"); in iPod_VideoInit() [all …]
|
/external/llvm/lib/Support/ |
D | Debug.cpp | 79 llvm::circular_raw_ostream *dbgout = in debug_user_sig_handler() local 81 dbgout->flushBufferWithBanner(); in debug_user_sig_handler()
|