Searched refs:tmpPtr (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c163 char *tmpPtr; local
174 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
176 while (tmpPtr[i+1] != '\0') {
178 strcat(out, (char *) &tmpPtr[i+1]);
180 strncat(out, (char *) &tmpPtr[i+1],
185 if (strlen((char *) &tmpPtr[i+1]) <=
190 tmpPtr[0] = '\0';
195 tmpPtr = tmpString;
196 while (tmpPtr[i] != '\0') {
198 strcat(out, (char *) &tmpPtr[
373 char *tmpPtr; local
[all...]
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c158 char *tmpPtr; local
169 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
171 while (tmpPtr[i+1] != '\0') {
173 strcat(out, (char *) &tmpPtr[i+1]);
175 strncat(out, (char *) &tmpPtr[i+1],
180 if (strlen((char *) &tmpPtr[i+1]) <=
185 tmpPtr[0] = '\0';
190 tmpPtr = tmpString;
191 while (tmpPtr[i] != '\0') {
193 strcat(out, (char *) &tmpPtr[
352 char *tmpPtr; local
[all...]

Completed in 2439 milliseconds