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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c485 FILE *outfp; local
491 if ( (outfp = fopen (tofile, "w")) == NULL )
497 putc (c, outfp);
503 putc (c, outfp);
506 fclose (outfp);
519 FILE *outfp; local
533 outfp = stdout;
535 if ( (outfp = fopen (tofile, "w")) == NULL )
582 fprintf (outfp, "$INCLUDE %s\n", dnskeyfile);
585 fputs (buf, outfp);
[all...]

Completed in 11 milliseconds