Lines Matching refs:nProps
618 int nProps, props_left,
634 if ((sscanf((char *) line, "STARTPROPERTIES %d", &nProps) != 1) ||
635 (nProps <= 0) ||
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,
660 props_left = nProps;
665 nProps, nProps - props_left - 1);