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

/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfntfilst.h96 } FontEntryRec; typedef in typeref:struct:_FontEntry
/xsrc/external/mit/bdftopcf/dist/
H A Dfntfilst.h102 } FontEntryRec; typedef in typeref:struct:_FontEntry
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfntfilst.h102 } FontEntryRec; typedef in typeref:struct:_FontEntry
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontdir.c46 if (size < 0 || (size > INT32_MAX/sizeof(FontEntryRec)))
50 table->entries = malloc(sizeof(FontEntryRec) * size);
180 if (table->size >= ((INT32_MAX / sizeof(FontEntryRec)) - 100))
186 entry = realloc(table->entries, newsize * sizeof(FontEntryRec));
255 qsort((char *) table->entries, table->used, sizeof(FontEntryRec),
597 FontEntryRec entries[1];
619 FontEntryRec entry;
809 FontEntryRec entry;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontdir.c48 if (size < 0 || (size > INT32_MAX/sizeof(FontEntryRec)))
52 table->entries = mallocarray(size, sizeof(FontEntryRec));
180 if (table->size >= ((INT32_MAX / sizeof(FontEntryRec)) - 100))
186 entry = reallocarray(table->entries, newsize, sizeof(FontEntryRec));
255 qsort((char *) table->entries, table->used, sizeof(FontEntryRec),
597 FontEntryRec entries[1];
619 FontEntryRec entry;
809 FontEntryRec entry;

Completed in 6 milliseconds