OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 60 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026