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

/xsrc/external/mit/xfs/dist/os/
H A Dconfig.c76 static char *font_catalogue = NULL; variable in typeref:typename:char *
289 if (font_catalogue == NULL) {
293 err = SetFontCatalogue(font_catalogue, &num);
296 num, font_catalogue);
299 FSfree((char *) font_catalogue);
300 font_catalogue = NULL;
530 FSfree((char *) font_catalogue); /* dump any previous one */
531 b = font_catalogue = (char *) FSalloc(strlen(val) + 1);
532 if (!font_catalogue)

Completed in 2 milliseconds