HomeSort by relevance Sort by last modified time
    Searched refs:dbgout (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 67 FILE *dbgout; variable
173 dbgout = fdopen (open ("/etc/sdlpod.log", O_WRONLY | O_SYNC | O_APPEND), "a");
174 if (dbgout) {
175 setbuf (dbgout, 0);
176 fprintf (dbgout, "--> Started SDL <--\n");
205 if (dbgout) fprintf (dbgout, "Couldn't open any VC\n");
208 if (dbgout) fprintf (stderr, "Current VT: %d\n", curvt);
219 if (dbgout) fprintf (dbgout, "Waiting for switch to this VT... ")
    [all...]
  /external/llvm/lib/Support/
Debug.cpp 79 llvm::circular_raw_ostream *dbgout = local
81 dbgout->flushBufferWithBanner();

Completed in 215 milliseconds