Lines Matching refs:tmpPtr
172 char *tmpPtr;
183 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
185 while (tmpPtr[i+1] != '\0') {
187 strcat(out, (char *) &tmpPtr[i+1]);
189 strncat(out, (char *) &tmpPtr[i+1],
194 if (strlen((char *) &tmpPtr[i+1]) <=
199 tmpPtr[0] = '\0';
204 tmpPtr = tmpString;
205 while (tmpPtr[i] != '\0') {
207 strcat(out, (char *) &tmpPtr[i]);
209 strncat(out, (char *) &tmpPtr[i], cd->splitcnt);
213 if (strlen((char *) &tmpPtr[i]) <=
382 char *tmpPtr;
413 while ((tmpPtr = strrchr(tmpString,
418 strlen(tmpPtr + 1) + 2)
421 strcat(host, tmpPtr + 1);
423 tmpPtr[0] = '\0';