Lines Matching defs:tmpString
384 char *tmpString;
439 tmpString = isc_mem_allocate(ns_g_mctx, len + 1);
440 if (tmpString == NULL) {
451 /* copy field to tmpString */
452 strcpy(tmpString, safeGet(row[2]));
460 strcat(tmpString, " ");
461 strcat(tmpString, safeGet(row[j]));
474 ttl, tmpString);
476 isc_mem_free(ns_g_mctx, tmpString);
608 char *tmpString;
664 tmpString = isc_mem_allocate(ns_g_mctx, len + 1);
665 if (tmpString == NULL) { /* we need more ram. */
675 /* copy this field to tmpString */
676 strcpy(tmpString, safeGet(row[3]));
679 strcat(tmpString, " ");
680 strcat(tmpString, safeGet(row[j]));
685 ttl, tmpString);
686 isc_mem_free(ns_g_mctx, tmpString);