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

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c1550 int tempnamelen; local
1552 tempnamelen = strlen(file) + 20;
1553 tempname = isc_mem_allocate(mctx, tempnamelen);
1557 result = isc_file_mktemplate(file, tempname, tempnamelen);

Completed in 66 milliseconds