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

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c225 char *tmpPath; local
280 tmpPath = isc_mem_allocate(ns_g_mctx , pathsize * sizeof(char));
281 if (tmpPath == NULL) {
295 strcpy(tmpPath, cd->basedir);
299 result = create_path_helper(tmpPath, zone, cd);
326 strcat(tmpPath, cd->xfrdir);
327 strncat(tmpPath, (char *) &cd->pathsep, 1);
328 strcat(tmpPath, client);
330 strcat(tmpPath, cd->datadir);
335 strncat(tmpPath, (cha
[all...]
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c220 char *tmpPath; local
262 tmpPath = malloc(pathsize * sizeof(char));
263 if (tmpPath == NULL) {
276 strcpy(tmpPath, cd->basedir);
280 result = create_path_helper(tmpPath, zone, cd);
307 strcat(tmpPath, cd->xfrdir);
308 strncat(tmpPath, (char *) &cd->pathsep, 1);
309 strcat(tmpPath, client);
311 strcat(tmpPath, cd->datadir);
315 strncat(tmpPath, (cha
[all...]

Completed in 563 milliseconds