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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFiles.c149 if (ptr->file_modulepath == NULL)
151 ptr->file_modulepath = xf86confmalloc (1);
152 ptr->file_modulepath[0] = '\0';
157 k = strlen (ptr->file_modulepath) + strlen (str) + 1;
158 if (ptr->file_modulepath[strlen (ptr->file_modulepath) - 1] != ',')
164 ptr->file_modulepath = xf86confrealloc (ptr->file_modulepath, k);
166 strcat (ptr->file_modulepath, ",");
168 strcat (ptr->file_modulepath, st
[all...]
H A Dxf86Parser.h80 char *file_modulepath; member in struct:__anon59

Completed in 13 milliseconds