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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c234 char *tmpPath; local
289 tmpPath = isc_mem_allocate(ns_g_mctx , pathsize * sizeof(char));
290 if (tmpPath == NULL) {
304 strcpy(tmpPath, cd->basedir);
308 result = create_path_helper(tmpPath, zone, cd);
335 strcat(tmpPath, cd->xfrdir);
336 strncat(tmpPath, (char *) &cd->pathsep, 1);
337 strcat(tmpPath, client);
339 strcat(tmpPath, cd->datadir);
344 strncat(tmpPath, (cha
[all...]

Completed in 67 milliseconds