Lines Matching defs:look
171 unsigned char look[BUF_SIZE];
180 if ((unsigned)count >= sizeof(look))
182 memcpy(look, (char *)buffer,count);
183 look[count] = '\0';
185 (char*) look, count,
193 XPointer to = (XPointer) look;
208 from = (XPointer) look;
244 unsigned char look[BUF_SIZE];
248 count = XLOOKUPSTRING(event, (char *)look, nbytes, &symbol, status);
254 (char*) look, count,
262 XPointer to = (XPointer) look;
277 from = (XPointer) look;
297 buffer[0] = look[0];
316 unsigned char look[BUF_SIZE];
325 if ((unsigned)count >= sizeof(look))
327 memcpy(look, (char *)buffer,count);
328 look[count] = '\0';
330 (char*) look, count,