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

/bind-9.11.3/unit/atf-src/test-programs/
H A Dsh_helpers.sh37 touch $(atf_config_get tmpfile)
42 rm $(atf_config_get tmpfile)
53 touch $(atf_config_get tmpfile)
59 rm $(atf_config_get tmpfile)
70 touch $(atf_config_get tmpfile)
76 rm $(atf_config_get tmpfile)
101 touch $(atf_config_get tmpfile)
103 touch $(atf_config_get tmpfile).no
107 rm $(atf_config_get tmpfile)
/bind-9.11.3/util/
H A Dcheck-includes.pl44 my ($file, $tmpfile, $objfile);
65 ($tmpfile = $file) =~ s%(.*/)?%/tmp/%;
66 $tmpfile =~ s/\.h$/.c/;
67 ($objfile = $tmpfile) =~ s/\.c$/\.o/;;
138 if ($file =~ m%/include/% && system("cp $file $tmpfile") == 0) {
139 if (compile($file, $tmpfile, $objfile) != 0) {
266 open(TMP, "> $tmpfile");
272 if (compile($file, $tmpfile, $objfile) == 0) {
/bind-9.11.3/lib/dns/
H A Dmasterdump.c233 char *tmpfile; member in struct:dns_dumpctx
1264 if (dctx->tmpfile != NULL)
1265 isc_mem_free(dctx->mctx, dctx->tmpfile);
1417 dctx->tmpfile, dctx->file);
1464 dctx->tmpfile = NULL;
1917 dctx->tmpfile = tempname;

Completed in 22 milliseconds