Home
last modified time | relevance | path

Searched refs:file_modulepath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFiles.c121 if (ptr->file_modulepath == NULL) { in xf86parseFilesSection()
122 ptr->file_modulepath = malloc(1); in xf86parseFilesSection()
123 ptr->file_modulepath[0] = '\0'; in xf86parseFilesSection()
127 k = strlen(ptr->file_modulepath) + strlen(str) + 1; in xf86parseFilesSection()
128 if (ptr->file_modulepath[strlen(ptr->file_modulepath) - 1] != in xf86parseFilesSection()
134 ptr->file_modulepath = realloc(ptr->file_modulepath, k); in xf86parseFilesSection()
136 strcat(ptr->file_modulepath, ","); in xf86parseFilesSection()
138 strcat(ptr->file_modulepath, str); in xf86parseFilesSection()
185 if (ptr->file_modulepath) { in xf86printFileSection()
186 s = ptr->file_modulepath; in xf86printFileSection()
[all …]
H A Dxf86Parser.h74 char *file_modulepath; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c427 ptr->file_modulepath = xnfstrdup(xf86ModulePath); in configureFilesSection()
H A Dxf86Config.c588 if (xf86ModPathFrom != X_CMDLINE && fileconf->file_modulepath) { in configFiles()
589 xf86ModulePath = fileconf->file_modulepath; in configFiles()