Searched refs:BDF_GENPROPS (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | bdfint.h | 35 #define BDF_GENPROPS 6 macro
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | bdfint.h | 35 #define BDF_GENPROPS 6 macro
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bdfint.h | 35 #define BDF_GENPROPS 6 macro
|
| H A D | bdfread.c | 627 (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { 635 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char)); 639 (nProps + BDF_GENPROPS), (int) sizeof(Bool)); 642 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, 645 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfread.c | 634 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { 642 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char)); 646 (nProps + BDF_GENPROPS), (int) sizeof(Bool)); 649 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, 652 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bdfread.c | 636 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { 644 stringProps = mallocarray((nProps + BDF_GENPROPS), sizeof(char)); 648 (nProps + BDF_GENPROPS), (int) sizeof(Bool)); 651 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, 654 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,
|
Completed in 6 milliseconds