Lines Matching refs:nbytes
101 * with nbytes bytes, nbytes should be >= 8) and is NUL terminated.
112 int nbytes)
124 count = (*cvt)((XPointer)NULL, buf, ucs4, nbytes);
129 if (count>nbytes)
130 return nbytes;
131 if (count<nbytes)
140 int nbytes,
148 ret = XLookupString(event, (char *)buffer, nbytes, keysym, status);
162 int nbytes,
175 count = XLOOKUPSTRING(event, (char *)buffer, nbytes, &symbol, status);
177 if ((nbytes == 0) || (symbol == NoSymbol)) return count;
186 buffer, nbytes, &dummy)) < 0) {
211 to_len = nbytes;
218 count = nbytes - to_len;
235 int nbytes,
248 count = XLOOKUPSTRING(event, (char *)look, nbytes, &symbol, status);
250 if ((nbytes == 0) || (symbol == NoSymbol)) return count;
255 buffer, nbytes, &dummy)) < 0) {
280 to_len = nbytes;
288 count = nbytes - to_len;
307 int nbytes,
320 count = XLOOKUPSTRING(event, (char *)buffer, nbytes, &symbol, status);
322 if ((nbytes == 0) || (symbol == NoSymbol)) return count;
331 buffer, nbytes, &dummy)) < 0) {
340 int to_len = nbytes;
351 count = nbytes - to_len;