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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h118 char *conf_path;
116 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);
987 SVN_ERR_W(create_repos_dir(repos->conf_path, pool),
1086 SVN_ERR_W(svn_io_file_create(svn_dirent_join(repos->conf_path,
1128 SVN_ERR_W(svn_io_file_create(svn_dirent_join(repos->conf_path,
1157 SVN_ERR_W(svn_io_file_create(svn_dirent_join(repos->conf_path,
1174 repos->hooks_env_path = svn_dirent_join(repos->conf_path,
1178 repos->hooks_env_path = svn_dirent_join(repos->conf_path,
1199 repos->conf_path = svn_dirent_join(path, SVN_REPOS__CONF_DIR, pool);
1483 svn_dirent_join(repos->conf_path, "debu
[all...]
/freebsd-10.0-release/usr.bin/iscsictl/
H A Discsictl.c514 const char *conf_path = DEFAULT_CONFIG_PATH; local
537 conf_path = optarg;
689 conf = conf_new_from_file(conf_path);
694 conf = conf_new_from_file(conf_path);

Completed in 75 milliseconds