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

/freebsd-13-stable/contrib/pjdfstest/tests/
H A Dmisc.sh5 confdir=${dir:-$(dirname "$0")}
7 while [ ! -r "$confdir/conf" -a "$confdir" != / ]; do
8 confdir=$(cd $confdir/..; pwd)
17 if ! . ${confdir}/conf; then
/freebsd-13-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh45 confdir=""
82 : ${confdir:=${workdir}/conf.d}
275 if [ -d "${confdir}" ] ; then
276 echo "include: ${confdir}/*.conf"
357 confdir="$OPTARG"
/freebsd-13-stable/contrib/kyua/cli/
H A Dconfig.cpp119 const fs::path confdir(utils::getenv_with_default(
122 const fs::path path = confdir / config_basename;
/freebsd-13-stable/contrib/ntp/ntpdate/
H A Dntpdate.c2236 ni_id confdir; local
2242 while (status = ni_pathsearch(domain, &confdir, NETINFO_CONFIG_DIR) == NI_NODIR) {
2251 if (ni_lookupprop(domain, &confdir, "server", namelist) != NI_OK) {

Completed in 35 milliseconds