Searched refs:file_fontpath (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFiles.c116 if (ptr->file_fontpath == NULL)
118 ptr->file_fontpath = xf86confmalloc (1);
119 ptr->file_fontpath[0] = '\0';
124 i = strlen (ptr->file_fontpath) + strlen (str) + 1;
125 if (ptr->file_fontpath[strlen (ptr->file_fontpath) - 1] != ',')
131 ptr->file_fontpath =
132 xf86confrealloc (ptr->file_fontpath, i);
134 strcat (ptr->file_fontpath, ",");
136 strcat (ptr->file_fontpath, st
[all...]
H A Dxf86Parser.h82 char *file_fontpath; member in struct:__anon59

Completed in 1234 milliseconds