Lines Matching defs:ptr
170 char *ptr;
183 ptr += sprintf (ptr, " %2.2x", *buf);
197 ptr += sprintf (ptr, " ");
209 ptr = line;
210 *ptr = '\0';
214 ptr += sprintf (ptr, " %3.3d:", i);
1200 SANE_Byte *ptr;
1218 ptr = image + 3 * width * (height - TEXT_CHAR_HEIGHT - 2 + y) + 12;
1227 ptr[0] = 255;
1228 ptr[1] = 255;
1229 ptr[2] = 255;
1231 ptr += 3;