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

/xsrc/external/mit/fslsfonts/dist/
H A Dfslsfonts.c88 } FontList; typedef in typeref:struct:__anon7afdab1d0108
89 static FontList *font_list;
100 static void show_font_header ( FontList *list );
103 static void show_font_props ( FontList *list );
288 FontList *old_list = font_list;
291 sizeof(FontList));
297 (font_cnt + (unsigned) available) * sizeof(FontList));
318 const char *p1 = ((const FontList *)f1)->name,
319 *p2 = ((const FontList *)f2)->name;
334 qsort(font_list, font_cnt, sizeof(FontList), compar
[all...]
/xsrc/external/mit/xlsfonts/dist/
H A Dxlsfonts.c71 } FontList; typedef in typeref:struct:__anonf790b0db0108
73 static FontList *font_list = NULL;
213 font_list = reallocarray(font_list, (font_cnt + 1), sizeof(FontList));
253 (font_cnt + available), sizeof(FontList));
271 const FontList *f1 = arg1;
272 const FontList *f2 = arg2;
291 qsort(font_list, font_cnt, sizeof(FontList), compare);

Completed in 3 milliseconds