Lines Matching refs:p1
153 register unsigned char* p1 = 0;
165 if ((c1 = e1 - p1) <= 0)
169 if (!(p1 = (unsigned char*)sfreserve(f1, SF_UNBOUND, 0)) || (c1 = sfvalue(f1)) <= 0)
189 e1 = p1 + c1;
211 if (memcmp(p1, p2, c1))
213 p1 += c1;
218 last = p1 + c1;
219 while (p1 < last)
221 if ((c1 = *p1++) != *p2++)
231 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u\n", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);
234 sfprintf(sfstdout, "%6I*d", sizeof(pos), pos - (last - p1));
240 sfprintf(sfstdout, "%6I*d", sizeof(pos), pos - (last - p1));
242 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);