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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.h54 //extern int copyfile (const char *fromfile, const char *tofile);
55 extern int copyfile (const char *fromfile, const char *tofile, const char *dnskeyfile);
H A Dzkt-signer.c649 copyfile (zfile, path, zp->conf->keyfile);
655 copyfile (zfile, path, NULL);
670 copyfile (path, zfile, NULL);
990 if ( (ret = copyfile (fromfile, tofile, NULL)) != 0 )
H A Dmisc.c478 ** copyfile (fromfile, tofile, dnskeyfile)
482 int copyfile (const char *fromfile, const char *tofile, const char *dnskeyfile) function
488 /* fprintf (stderr, "copyfile (%s, %s)\n", fromfile, tofile); */

Completed in 14 milliseconds