Home
last modified time | relevance | path

Searched refs:path_elem (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloadmod.c674 char **path_elem = NULL; in LoadModule() local
732 path_elem = pathlist; in LoadModule()
733 while (!found && *path_elem != NULL) { in LoadModule()
734 found = FindModule(m, *path_elem, patterns); in LoadModule()
735 path_elem++; in LoadModule()
740 if (!*path_elem && m == name) { in LoadModule()
741 path_elem = pathlist; in LoadModule()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c172 char *next, *tmp_path, *out_pnt, *path_elem, *p1, *dir_elem; in xf86ValidateFontPath() local
179 path_elem = NULL; in xf86ValidateFontPath()
182 path_elem = xf86GetPathElem(&next); in xf86ValidateFontPath()
183 if (*path_elem == '/') { in xf86ValidateFontPath()
184 dir_elem = xnfcalloc(1, strlen(path_elem) + 1); in xf86ValidateFontPath()
185 if ((p1 = strchr(path_elem, ':')) != 0) in xf86ValidateFontPath()
186 dirlen = p1 - path_elem; in xf86ValidateFontPath()
188 dirlen = strlen(path_elem); in xf86ValidateFontPath()
189 strlcpy(dir_elem, path_elem, dirlen + 1); in xf86ValidateFontPath()
227 strcat(out_pnt, path_elem); in xf86ValidateFontPath()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch138 struct path_elem