Searched refs:file_fontpath (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Files.c | 104 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 D | xf86Parser.h | 77 char *file_fontpath; member in struct:__anond430d9490108
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Files.c | 100 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 D | xf86Parser.h | 75 char *file_fontpath; member in struct:__anon01ede9dc0108
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winconfig.c | 568 else if (filesptr != NULL && filesptr->file_fontpath) { 570 defaultFontPath = strdup(filesptr->file_fontpath);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winconfig.c | 594 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 D | xf86Configure.c | 435 ptr->file_fontpath = strdup(defaultFontPath);
|
| H A D | xf86Config.c | 584 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 D | xf86Config.c | 537 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 D | xf86Configure.c | 447 ptr->file_fontpath = xnfstrdup(defaultFontPath);
|
Completed in 17 milliseconds