Searched refs:log_buf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_io_port.c237 fprintf(stderr, "qxl/guest: %s", header->log_buf);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c576 char *temp_path, *log_buf, *start, *end; local in function:configFiles
613 log_buf = xnfalloc(strlen(defaultFontPath) + (2 * countDirs) + 1);
614 temp_path = log_buf;
627 xf86Msg(pathFrom, "FontPath set to:\n%s\n", log_buf);
628 free(log_buf);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c529 char *temp_path, *log_buf, *start, *end; local in function:configFiles
568 log_buf = xnfalloc(strlen(defaultFontPath) + (2 * countDirs) + 1);
569 temp_path = log_buf;
582 xf86Msg(pathFrom, "FontPath set to:\n%s\n", log_buf);
583 free(log_buf);

Completed in 7 milliseconds