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

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/doc/
H A DMakefile25 @if [ ! -e $(confdir)/$(CONFDEST) ]; then \
26 echo "Installing $(CONFSRC) as $(confdir)/$(CONFDEST)"; \
28 $(confdir)/$(CONFDEST); \
H A DMakefile.in25 @if [ ! -e $(confdir)/$(CONFDEST) ]; then \
26 echo "Installing $(CONFSRC) as $(confdir)/$(CONFDEST)"; \
28 $(confdir)/$(CONFDEST); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gss.in38 confdir="@confdir@"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest051-config-undo39 mkdir $TESTDIR/confdir
40 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
H A Dtest052-memberof24 mkdir -p $TESTDIR $DBDIR1 $TESTDIR/confdir
31 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
H A Dtest057-memberof-refint35 mkdir -p $TESTDIR $DBDIR1 $TESTDIR/confdir
42 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
H A Dtest024-unique42 mkdir $TESTDIR/confdir
43 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapcommon.c222 char *confdir = NULL; local
344 confdir = ch_strdup( optarg );
599 rc = read_config( conffile, confdir );
603 progname, confdir ? "directory" : "file" );
827 if ( confdir != NULL ) {
828 ch_free( confdir );
829 confdir = NULL;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.cmd.c316 confdir();
321 confdir(void) function
H A Dextern.h74 void confdir(void);
H A Dhack.apply.c476 confdir();
H A Dhack.c169 confdir();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A Dconfigure6075 && mkdir confdir.s1 \
6076 && ln -s confdir.s1 confdir.s2 \
6077 && echo timestamp1 > confdir.s1/conftest.1 \
6078 && cmp confdir.s1/conftest.1 confdir.s2/conftest.1 \
6079 && echo timestamp2 > confdir.s2/conftest.2 \
6080 && cmp confdir.s1/conftest.2 confdir.s1/conftest.2 \
6081 && rm -f confdir
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c2200 ni_id confdir; local
2206 while (status = ni_pathsearch(domain, &confdir, NETINFO_CONFIG_DIR) == NI_NODIR) {
2215 if (ni_lookupprop(domain, &confdir, "server", namelist) != NI_OK) {
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c207 static const char *confdir = _DEFAULT_CONFDIR; variable
339 confdir = optarg;
471 if (EMPTYSTR(confdir))
472 confdir = _DEFAULT_CONFDIR;
3545 (void)snprintf(filename, sizeof(filename), "%s/%s", confdir ,s);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/
H A Dconfigure6374 confdir=`(cd "$srcdir";pwd)`
6387 ${confdir}/configure --build=${build} --host=${build} \

Completed in 235 milliseconds