Lines Matching defs:cpnt1
338 unsigned char * cpnt, *cpnt1;
349 for (cpnt1 = cpnt; *cpnt1 != '\0'; cpnt1++)
351 if (*cpnt1 == '/')
381 cpnt1 = (unsigned char *) strchr((char *) cpnt, '/');
382 if(cpnt1) {
384 *cpnt1 = 0;
412 if(cpnt1)
414 *cpnt1 = '/';
416 cpnt1 = NULL; /* A kluge so that we can restart properly */
439 if(cpnt1) {
440 *cpnt1 = '/';
442 cpnt1 = NULL; /* A kluge so that we can restart properly */
448 if(cpnt1) {
449 cpnt = cpnt1 + 1;