Searched refs:copyzonefile (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | misc.h | 56 extern int copyzonefile (const char *fromfile, const char *tofile, const char *dnskeyfile);
|
H A D | misc.c | 512 ** copyzonefile (fromfile, tofile, dnskeyfile) 516 int copyzonefile (const char *fromfile, const char *tofile, const char *dnskeyfile) function 590 fprintf (stderr, "!! buffer overflow in copyzonefile() !!\n"); 1032 if ( copyzonefile (argv[1], NULL) < 0 )
|
H A D | zkt-signer.c | 663 copyzonefile (path, zfile, zp->conf->keyfile);
|
Completed in 306 milliseconds