Searched refs:log_buf (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_io_port.c | 237 fprintf(stderr, "qxl/guest: %s", header->log_buf);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Config.c | 576 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 D | xf86Config.c | 529 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