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

/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dsh_helpers.sh41 touch $(atf_config_get tmpfile)
46 rm $(atf_config_get tmpfile)
57 touch $(atf_config_get tmpfile)
63 rm $(atf_config_get tmpfile)
74 touch $(atf_config_get tmpfile)
80 rm $(atf_config_get tmpfile)
105 touch $(atf_config_get tmpfile)
107 touch $(atf_config_get tmpfile).no
111 rm $(atf_config_get tmpfile)
/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c185 char *tmpfile; member in struct:dns_dumpctx
1084 if (dctx->tmpfile != NULL)
1085 isc_mem_free(dctx->mctx, dctx->tmpfile);
1205 dctx->tmpfile, dctx->file);
1251 dctx->tmpfile = NULL;
1625 dctx->tmpfile = tempname;

Completed in 14 milliseconds