Home | History | Annotate | Download | only in tests

Lines Matching refs:p1

23    char* p1 = strdup(h);
29 p1[p2-p1] = 0; // p-p (must be BADSEG'd) // ea is p2[0]
31 p1[u2-p1] = 0; // ?-p (must be BADSEG'd)
35 p1[p2-p1-1] = 0; // p-p (must be BADSEG'd) // ea is p2[-1]
37 p1[u2-p1-1] = 0; // ?-p (must be BADSEG'd)
40 my_strcpy(u1, p1);