Searched defs:p3 (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dsed1.c696 const char *p3; local
779 p3 = rub;
780 while ((*p2++ = *p3++) != 0)
842 p3 = trans[(unsigned char)*p1-1];
843 while ((*p2++ = *p3++) != 0)

Completed in 337 milliseconds