Lines Matching refs:tmpString
162 char *tmpString;
166 tmpString = isc_mem_strdup(ns_g_mctx, in);
167 if (tmpString == NULL)
174 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
195 tmpPtr = tmpString;
210 isc_mem_free(ns_g_mctx, tmpString);
372 char *tmpString;
396 tmpString = (char *) &tmp[basedirlen+1];
398 if (strcmp(tmpString, "-") == 0) {
404 while ((tmpPtr = strrchr(tmpString,
417 strlen(tmpString) + 1)
419 strcat(host, tmpString);