Lines Matching refs:tmpString
171 char *tmpString;
175 tmpString = isc_mem_strdup(ns_g_mctx, in);
176 if (tmpString == NULL)
183 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
204 tmpPtr = tmpString;
219 isc_mem_free(ns_g_mctx, tmpString);
381 char *tmpString;
405 tmpString = (char *) &tmp[basedirlen+1];
407 if (strcmp(tmpString, "-") == 0) {
413 while ((tmpPtr = strrchr(tmpString,
426 strlen(tmpString) + 1)
428 strcat(host, tmpString);