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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1252 int fontCount, totalLength; local
1271 _DPSFEnumFonts(fsb->fsb.context, &fontCount, &totalLength);
1273 buffer = XtMalloc(totalLength);
1274 _DPSFGetAllFontNames(fsb->fsb.context, fontCount, totalLength, buffer);

Completed in 22 milliseconds