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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxinit.c86 char *dmxFontPath = NULL; variable in typeref:typename:char *
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...]
H A Ddmxfont.c294 if (!dmxFontPath)
362 } else if (dmxFontPath) {
H A Ddmx.h298 extern char *dmxFontPath; /**< NULL if no font

Completed in 7 milliseconds