Lines Matching refs:p1
149 register unsigned char* p1 = 0;
161 if ((c1 = e1 - p1) <= 0)
165 if (!(p1 = (unsigned char*)sfreserve(f1, SF_UNBOUND, 0)) || (c1 = sfvalue(f1)) <= 0)
177 e1 = p1 + c1;
195 if (memcmp(p1, p2, c1))
197 p1 += c1;
202 last = p1 + c1;
203 while (p1 < last)
205 if ((c1 = *p1++) != *p2++)
215 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u\n", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);
218 sfprintf(sfstdout, "%6I*d", sizeof(pos), pos - (last - p1));
224 sfprintf(sfstdout, "%6I*d", sizeof(pos), pos - (last - p1));
226 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);