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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.h55 extern int copyfile (const char *fromfile, const char *tofile, const char *dnskeyfile);
56 extern int copyzonefile (const char *fromfile, const char *tofile, const char *dnskeyfile);
H A Dmisc.c478 ** copyfile (fromfile, tofile, dnskeyfile)
480 ** Add (optional) the content of dnskeyfile to tofile.
482 int copyfile (const char *fromfile, const char *tofile, const char *dnskeyfile) argument
500 if ( dnskeyfile && *dnskeyfile && (infp = fopen (dnskeyfile, "r")) != NULL )
512 ** copyzonefile (fromfile, tofile, dnskeyfile)
516 int copyzonefile (const char *fromfile, const char *tofile, const char *dnskeyfile) argument
582 fprintf (outfp, "$INCLUDE %s\n", dnskeyfile);

Completed in 24 milliseconds