OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfrdir
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/nsd/dist/
nsd-checkconf.c
434
SERV_GET_PATH(final,
xfrdir
, o);
680
print_string_var("
xfrdir
:", opt->
xfrdir
);
888
append_trailing_slash(&opt->
xfrdir
, opt->region);
913
if (!file_inside_chroot(opt->
xfrdir
, opt->chroot)) {
914
fprintf(stderr, "%s:
xfrdir
%s is not relative to chroot %s.\n",
915
filename, opt->
xfrdir
, opt->chroot);
nsd.c
1374
append_trailing_slash(&nsd.options->
xfrdir
, nsd.options->region);
1395
} else if (!file_inside_chroot(nsd.options->
xfrdir
, nsd.chrootdir)) {
1396
error("
xfrdir
%s is not relative to %s: chroot not possible",
1397
nsd.options->
xfrdir
, nsd.chrootdir);
1603
if (nsd.options->
xfrdir
[0] == '/')
1604
nsd.options->
xfrdir
+= l;
options.h
116
const char*
xfrdir
;
member in struct:nsd_options
xfrd-disk.c
529
nsd->options->
xfrdir
, (int)nsd->pid);
server.c
574
nsd->options->
xfrdir
, (int)getpid(), (unsigned)getpid());
577
nsd->options->
xfrdir
, (int)getpid(), (unsigned)getpid());
734
nsd->options->
xfrdir
, (int)getpid(), (unsigned)getpid());
1674
nsd->options->
xfrdir
, (int)getpid(), (unsigned)getpid());
1688
nsd->options->
xfrdir
, (int)getpid(), (unsigned)getpid());
Makefile.in
24
xfrdir
= @
xfrdir
@
80
-e 's,@
xfrdir
\@,$(
xfrdir
),g' \
178
$(INSTALL) -d $(DESTDIR)$(
xfrdir
)
configparser.y
427
{ cfg_parser->opt->
xfrdir
= region_strdup(cfg_parser->opt->region, $2); }
configparser.c
1990
{ cfg_parser->opt->
xfrdir
= region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
configure
692
xfrdir
1511
--with-
xfrdir
=path Pathname to where the NSD transfer dir is created
4497
xfrdir
="/tmp"
4499
# Check whether --with-
xfrdir
was given.
4502
withval=$with_xfrdir;
xfrdir
=$withval
4507
#define
XFRDIR
"`eval echo $
xfrdir
`"
options.c
111
opt->
xfrdir
=
XFRDIR
;
Completed in 42 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026