OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmxFontPath
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxinit.c
86
char *
dmxFontPath
= NULL;
806
if (
dmxFontPath
) {
809
len = strlen(
dmxFontPath
);
810
dmxFontPath
= realloc(
dmxFontPath
, len+fplen+1);
811
dmxFontPath
[len] = ',';
812
strncpy(&
dmxFontPath
[len+1], fp, fplen);
814
dmxFontPath
= malloc(fplen);
815
strncpy(
dmxFontPath
, fp, fplen);
818
defaultFontPath =
dmxFontPath
;
[
all
...]
dmxfont.c
294
if (!
dmxFontPath
)
362
} else if (
dmxFontPath
) {
dmx.h
298
extern char *
dmxFontPath
; /**< NULL if no font
Completed in 5 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026