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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DFiles.c104 if (ptr->file_fontpath == NULL)
106 ptr->file_fontpath = malloc (1);
107 ptr->file_fontpath[0] = '\0';
112 i = strlen (ptr->file_fontpath) + strlen (str) + 1;
113 if (ptr->file_fontpath[strlen (ptr->file_fontpath) - 1] != ',')
119 ptr->file_fontpath =
120 realloc (ptr->file_fontpath, i);
122 strcat (ptr->file_fontpath, ",");
124 strcat (ptr->file_fontpath, st
[all...]
H A Dxf86Parser.h77 char *file_fontpath; member in struct:__anond430d9490108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DFiles.c100 if (ptr->file_fontpath == NULL) {
101 ptr->file_fontpath = calloc(1, 1);
105 i = strlen(ptr->file_fontpath) + strlen(str) + 1;
106 if (ptr->file_fontpath[strlen(ptr->file_fontpath) - 1] != ',') {
111 ptr->file_fontpath = realloc(ptr->file_fontpath, i);
113 strcat(ptr->file_fontpath, ",");
115 strcat(ptr->file_fontpath, str);
200 if (ptr->file_fontpath) {
[all...]
H A Dxf86Parser.h75 char *file_fontpath; member in struct:__anon01ede9dc0108
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinconfig.c568 else if (filesptr != NULL && filesptr->file_fontpath) {
570 defaultFontPath = strdup(filesptr->file_fontpath);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinconfig.c594 else if (filesptr != NULL && filesptr->file_fontpath)
597 defaultFontPath = strdup (filesptr->file_fontpath);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c435 ptr->file_fontpath = strdup(defaultFontPath);
H A Dxf86Config.c584 else if (fileconf && fileconf->file_fontpath) {
587 if (asprintf(&defaultFontPath, "%s%s%s", fileconf->file_fontpath,
594 defaultFontPath = fileconf->file_fontpath;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c537 else if (fileconf && fileconf->file_fontpath) {
541 if (asprintf(&new_font_path, "%s%s%s", fileconf->file_fontpath,
549 defaultFontPath = fileconf->file_fontpath;
H A Dxf86Configure.c447 ptr->file_fontpath = xnfstrdup(defaultFontPath);

Completed in 17 milliseconds