Lines Matching defs:start
1292 char *start;
1295 start = buf;
1303 i = XkbPaddedSize(buf - start) - (buf - start); /* pad to word boundary */
1333 char *start;
1336 start = buf;
1344 i = XkbPaddedSize(buf - start) - (buf - start); /* pad to word boundary */
1412 char *desc, *start;
1415 start = desc = calloc(1, len);
1416 if (!start)
1442 if ((desc - start) != (len)) {
1445 len, (unsigned long) (desc - start));
1455 WriteToClient(client, len, start);
1456 free((char *) start);
1906 CARD8 *start;
1926 start = wire;
1937 wire += XkbPaddedSize(wire - start) - (wire - start);
1947 CARD8 *start;
1966 start = wire;
1973 wire += XkbPaddedSize(wire - start) - (wire - start);
2294 CARD8 *start;
2296 start = wire;
2317 wire += XkbPaddedSize(wire - start) - (wire - start);
2327 CARD8 *start;
2329 start = wire;
2350 wire += XkbPaddedSize(wire - start) - (wire - start);
3872 char *start;
3885 start = desc = calloc(1, length);
3886 if (!start)
4010 if ((desc - start) != (length)) {
4012 length, (unsigned long) (desc - start));
4015 WriteToClient(client, length, start);
4016 free((char *) start);
4529 /* start of device-dependent tests */
5044 char *desc, *start;
5048 start = desc = xallocarray(rep->length, 4);
5049 if (!start)
5066 if ((desc - start) != (len)) {
5069 len, (unsigned long) (desc - start));
5074 start = NULL;
5091 WriteToClient(client, len, start);
5092 if (start != NULL)
5093 free((char *) start);