HomeSort by: relevance | last modified time | path
    Searched defs:log_buf (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Config.c 529 char *temp_path, *log_buf, *start, *end; local
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);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Config.c 576 char *temp_path, *log_buf, *start, *end; local
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);

Completed in 11 milliseconds