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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h119 char *conf_path;
117 char *conf_path; member in struct:svn_repos_t
H A Drepos.c70 return apr_pstrdup(pool, repos->conf_path);
77 return svn_dirent_join(repos->conf_path, SVN_REPOS__CONF_SVNSERVE_CONF, pool);
810 SVN_ERR_W(create_repos_dir(repos->conf_path, pool),
914 SVN_ERR_W(svn_io_file_create(svn_dirent_join(repos->conf_path,
956 SVN_ERR_W(svn_io_file_create(svn_dirent_join(repos->conf_path,
985 SVN_ERR_W(svn_io_file_create(svn_dirent_join(repos->conf_path,
1002 repos->hooks_env_path = svn_dirent_join(repos->conf_path,
1006 repos->hooks_env_path = svn_dirent_join(repos->conf_path,
1027 repos->conf_path = svn_dirent_join(path, SVN_REPOS__CONF_DIR, pool);
1324 svn_dirent_join(repos->conf_path, "debu
[all...]
/freebsd-12-stable/usr.bin/iscsictl/
H A Discsictl.c720 const char *conf_path = DEFAULT_CONFIG_PATH; local
752 conf_path = optarg;
975 conf = conf_new_from_file(conf_path);
980 conf = conf_new_from_file(conf_path);
984 nickname, conf_path);

Completed in 62 milliseconds