Home | History | Annotate | Download | only in dist

Lines Matching defs:cp

206     char *cp;
212 if ((cp = strrchr(page, '.')) != NULL) {
213 if ((int) strlen(cp) > 2) {
214 *cp++ = '(';
215 while ((cp[1] != '\0')) {
216 *cp = *(cp + 1);
217 cp++;
219 *cp++ = ')';
220 *cp = '\0';
223 *cp = '\0';