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

/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c80 [-s addr] [-t chrootdir] [-u user]\n\
88 -t chrootdir: write a keyfile in chrootdir as well (requires -a)\n\
149 char *chrootdir = NULL; local
213 chrootdir = isc_commandline_argument;
289 write_key_file(keyfile, chrootdir == NULL ? user : NULL,
292 if (chrootdir != NULL) {
294 len = strlen(chrootdir) + strlen(keyfile) + 2;
298 snprintf(buf, len, "%s%s%s", chrootdir,

Completed in 18 milliseconds