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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFiles.c176 if (ptr->file_inputdevs == NULL)
178 ptr->file_inputdevs = xf86confmalloc (1);
179 ptr->file_inputdevs[0] = '\0';
184 k = strlen (ptr->file_inputdevs) + strlen (str) + 1;
185 if (ptr->file_inputdevs[strlen (ptr->file_inputdevs) - 1] != ',')
191 ptr->file_inputdevs = xf86confrealloc (ptr->file_inputdevs, k);
193 strcat (ptr->file_inputdevs, ",");
195 strcat (ptr->file_inputdevs, st
[all...]
H A Dxf86Parser.h81 char *file_inputdevs; member in struct:__anon59

Completed in 12 milliseconds