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

/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c53 char *xfrdir; member in struct:config_data
257 * even though datadir and xfrdir will never be in the same
313 strcat(tmpPath, cd->xfrdir);
916 cd->xfrdir = strdup(argv[3]);
917 if (cd->xfrdir == NULL) {
920 cd->xfrdirsize = strlen(cd->xfrdir);
976 if (cd->xfrdir != NULL) {
977 free(cd->xfrdir);
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-checkconf.c432 SERV_GET_PATH(final, xfrdir, o);
657 print_string_var("xfrdir:", opt->xfrdir);
850 append_trailing_slash(&opt->xfrdir, opt->region);
875 if (!file_inside_chroot(opt->xfrdir, opt->chroot)) {
876 fprintf(stderr, "%s: xfrdir %s is not relative to chroot %s.\n",
877 filename, opt->xfrdir, opt->chroot);
H A Dnsd.c1448 append_trailing_slash(&nsd.options->xfrdir, nsd.options->region);
1469 } else if (!file_inside_chroot(nsd.options->xfrdir, nsd.chrootdir)) {
1470 error("xfrdir %s is not relative to %s: chroot not possible",
1471 nsd.options->xfrdir, nsd.chrootdir);
1644 if (nsd.options->xfrdir[0] == '/')
1645 nsd.options->xfrdir += l;
H A Doptions.h108 const char* xfrdir; member in struct:nsd_options
H A Dxfrd-disk.c525 nsd->options->xfrdir, (int)nsd->pid);
H A Dserver.c562 nsd->options->xfrdir, (int)getpid(), (unsigned)getpid());
565 nsd->options->xfrdir, (int)getpid(), (unsigned)getpid());
722 nsd->options->xfrdir, (int)getpid(), (unsigned)getpid());
1644 nsd->options->xfrdir, (int)getpid(), (unsigned)getpid());
1658 nsd->options->xfrdir, (int)getpid(), (unsigned)getpid());
H A DMakefile.in25 xfrdir = @xfrdir@
70 -e 's,@xfrdir\@,$(xfrdir),g' \
129 $(INSTALL) -d $(DESTDIR)$(xfrdir)
H A Dconfigparser.y387 { cfg_parser->opt->xfrdir = region_strdup(cfg_parser->opt->region, $2); }
H A Dconfigparser.c1911 { cfg_parser->opt->xfrdir = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
H A Dconfigure652 xfrdir
1448 --with-xfrdir=path Pathname to where the NSD transfer dir is created
4045 xfrdir="/tmp"
4047 # Check whether --with-xfrdir was given.
4049 withval=$with_xfrdir; xfrdir=$withval
4054 #define XFRDIR "`eval echo $xfrdir`"
H A Doptions.c101 opt->xfrdir = XFRDIR;

Completed in 305 milliseconds