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

/bind-9.11.3/lib/dns/
H A Dmasterdump.c1830 int tempnamelen; local
1832 tempnamelen = strlen(file) + 20;
1833 tempname = isc_mem_allocate(mctx, tempnamelen);
1837 result = isc_file_mktemplate(file, tempname, tempnamelen);

Completed in 25 milliseconds