Home | History | Annotate | Download | only in xkb

Lines Matching refs:bufsize

317     const int bufsize = 32;
319 buf = tbGetBuffer(bufsize);
353 snprintf(buf, bufsize, "unknown(%d)", config);
452 int len, bufsize;
470 bufsize = len + 1;
471 buf = tbGetBuffer(bufsize);
479 snprintf(&buf[len], bufsize - len,
486 snprintf(&buf[len], bufsize - len, "%s", imWhichNames[i]);
633 const int bufsize = 13;
635 buf = tbGetBuffer(bufsize);
637 snprintf(buf, bufsize, "%d", val);
647 snprintf(buf, bufsize, "-%d.%d", wholeabs, frac);
650 snprintf(buf, bufsize, "%d.%d", whole, frac);
653 snprintf(buf, bufsize
664 const int bufsize = 24;
665 buf = tbGetBuffer(bufsize);
677 snprintf(buf, bufsize, "UnknownDoodad%d", type);
680 const int bufsize = 12;
681 buf = tbGetBuffer(bufsize);
693 snprintf(buf, bufsize, "unknown%d", type);