Searched defs:compile (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/util/
H A Dcheck-includes.pl139 if (compile($file, $tmpfile, $objfile) != 0) {
140 print "$file does not compile stand-alone\n";
272 if (compile($file, $tmpfile, $objfile) == 0) {
282 compile() { subroutine
H A Dcheck-sources.pl159 if (compile($objfile) == 0) {
179 compile($) { subroutine
229 programs might compile fine without the header because another
232 lead to a program that does *not* compile fine. So the only

Completed in 11 milliseconds