Searched refs:dir_file (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | dirfile.c | 67 char dir_file[MAXFONTFILENAMELEN]; local in function:FontFileReadDirectory 83 if (strlen(directory) + 1 + sizeof(FontDirFile) > sizeof(dir_file)) 98 strlcpy(dir_file, dir_path, sizeof(dir_file)); 99 if (dir_file[strlen(dir_file) - 1] != '/') 100 strlcat(dir_file, "/", sizeof(dir_file)); 101 strlcat(dir_file, FontDirFile, sizeof(dir_file)); 178 char dir_file[MAXFONTFILENAMELEN]; local in function:FontFileDirectoryChanged [all...] |
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | dirfile.c | 61 char dir_file[MAXFONTFILENAMELEN]; local in function:FontFileReadDirectory 77 if (strlen(directory) + 1 + sizeof(FontDirFile) > sizeof(dir_file)) 92 strcpy(dir_file, dir_path); 93 if (dir_file[strlen(dir_file) - 1] != '/') 94 strcat(dir_file, "/"); 95 strcat(dir_file, FontDirFile); 97 file_fd = open(dir_file, O_RDONLY | O_NOFOLLOW); 102 file = fopen(dir_file, "rt"); 108 if (stat (dir_file, 172 char dir_file[MAXFONTFILENAMELEN]; local in function:FontFileDirectoryChanged [all...] |
Completed in 2 milliseconds